@typen/enum-data-types
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -15,5 +15,7 @@ 'use strict'; | ||
const SYM = 'symbol'; | ||
const DEF = 'default'; | ||
exports.BIG = BIG; | ||
exports.BOO = BOO; | ||
exports.DEF = DEF; | ||
exports.FUN = FUN; | ||
@@ -20,0 +22,0 @@ exports.NUL = NUL; |
@@ -11,3 +11,4 @@ // from x => typeof x | ||
const SYM = 'symbol'; | ||
const DEF = 'default'; | ||
export { BIG, BOO, FUN, NUL, NUM, OBJ, STR, SYM, UND }; | ||
export { BIG, BOO, DEF, FUN, NUL, NUM, OBJ, STR, SYM, UND }; |
{ | ||
"name": "@typen/enum-data-types", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A type cheker", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/typen#readme", | ||
"gitHead": "4ad3216b9769aed4198fc78e8ce6d617ac1e2d7e" | ||
"gitHead": "4d0944b622508c4ba7b58434cf9561fd477df810" | ||
} |
4171
35