$
This commit is contained in:
6
node_modules/release-zalgo/lib/constants.js
generated
vendored
Normal file
6
node_modules/release-zalgo/lib/constants.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict'
|
||||
|
||||
exports.PENDING = Symbol('PENDING')
|
||||
exports.RESOLVED = Symbol('RESOLVED')
|
||||
exports.REJECTED = Symbol('REJECTED')
|
||||
exports.ASYNC = Symbol('ASYNC')
|
Reference in New Issue
Block a user