@hyurl/utils
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -17,3 +17,4 @@ export * from "./types"; | ||
import timestamp from "./timestamp"; | ||
import typeOf from "./typeOf"; | ||
import until from "./until"; | ||
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, pick, sleep, spilt, timestamp, until }; | ||
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, pick, sleep, spilt, timestamp, typeOf, until }; |
@@ -33,4 +33,6 @@ "use strict"; | ||
exports.timestamp = timestamp_1.default; | ||
const typeOf_1 = require("./typeOf"); | ||
exports.typeOf = typeOf_1.default; | ||
const until_1 = require("./until"); | ||
exports.until = until_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
@@ -23,2 +23,3 @@ # HyURL Utilities | ||
- `timestamp`[.ts](./src/timestamp.ts) | ||
- `typeOf`[.ts](./src/typeOf.ts) | ||
- `until`[.ts](./src/until.ts) | ||
@@ -25,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
32988
60
509
58