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