@hyurl/utils
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -13,2 +13,3 @@ export * from "./types"; | ||
import omit from "./omit"; | ||
import omitVoid from "./omitVoid"; | ||
import pick from "./pick"; | ||
@@ -21,2 +22,2 @@ import sleep from "./sleep"; | ||
import until from "./until"; | ||
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, pick, sleep, spilt, throttle, timestamp, typeOf, until }; | ||
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, omitVoid, pick, sleep, spilt, throttle, timestamp, typeOf, until }; |
@@ -25,2 +25,4 @@ "use strict"; | ||
exports.omit = omit_1.default; | ||
const omitVoid_1 = require("./omitVoid"); | ||
exports.omitVoid = omitVoid_1.default; | ||
const pick_1 = require("./pick"); | ||
@@ -27,0 +29,0 @@ exports.pick = pick_1.default; |
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
@@ -19,2 +19,3 @@ # HyURL Utilities | ||
- `omit`[.ts](./src/omit.ts) | ||
- `omitVoid`[.ts](./src/omitVoid.ts) | ||
- `pick`[.ts](./src/pick.ts) | ||
@@ -21,0 +22,0 @@ - `sleep`[.ts](./src/sleep.ts) |
Sorry, the diff of this file is not supported yet
44128
66
689
60