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, 0 insertions, 6 deletions
diff --git a/node_modules/release-zalgo/lib/constants.js b/node_modules/release-zalgo/lib/constants.js deleted file mode 100644 index 8c417b5fa..000000000 --- a/node_modules/release-zalgo/lib/constants.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict' - -exports.PENDING = Symbol('PENDING') -exports.RESOLVED = Symbol('RESOLVED') -exports.REJECTED = Symbol('REJECTED') -exports.ASYNC = Symbol('ASYNC') |