*Add error file with const's for future use

This commit is contained in:
Derrick Hammer 2022-07-23 11:42:29 -04:00
parent 563173bd95
commit bd4ac1584b
1 changed files with 1 additions and 0 deletions

1
src/error.ts Normal file
View File

@ -0,0 +1 @@
export const ERR_NOT_READY = "NOT_READY";