diff options
Diffstat (limited to 'node_modules/release-zalgo/lib/constants.js')
-rw-r--r-- | node_modules/release-zalgo/lib/constants.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/release-zalgo/lib/constants.js b/node_modules/release-zalgo/lib/constants.js new file mode 100644 index 000000000..8c417b5fa --- /dev/null +++ b/node_modules/release-zalgo/lib/constants.js @@ -0,0 +1,6 @@ +'use strict' + +exports.PENDING = Symbol('PENDING') +exports.RESOLVED = Symbol('RESOLVED') +exports.REJECTED = Symbol('REJECTED') +exports.ASYNC = Symbol('ASYNC') |