@hyurl/utils
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -9,2 +9,3 @@ import count from "./count"; | ||
import isVoid from "./isVoid"; | ||
import keysOf from "./keysOf"; | ||
import sleep from "./sleep"; | ||
@@ -14,2 +15,2 @@ import spilt from "./spilt"; | ||
import until from "./until"; | ||
export { count, ensureType, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, sleep, spilt, timestamp, until }; | ||
export { count, ensureType, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, sleep, spilt, timestamp, until }; |
@@ -19,2 +19,4 @@ "use strict"; | ||
exports.isVoid = isVoid_1.default; | ||
const keysOf_1 = require("./keysOf"); | ||
exports.keysOf = keysOf_1.default; | ||
const sleep_1 = require("./sleep"); | ||
@@ -21,0 +23,0 @@ exports.sleep = sleep_1.default; |
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
Sorry, the diff of this file is not supported yet
24304
377