@hyurl/utils
Advanced tools
Comparing version 0.1.14 to 0.1.20
@@ -23,6 +23,6 @@ export * from "./types"; | ||
import spilt from "./spilt"; | ||
import throttle from "./throttle"; | ||
import timestamp from "./timestamp"; | ||
import typeOf from "./typeOf"; | ||
import until from "./until"; | ||
export { count, ensureType, flatObject, getGlobal, isBetween, isFloat, isInteger, isNumeric, isEmpty, isOwnKey, isOwnMethod, isRealObject, isSubClassOf, isVoid, keysOf, omit, omitVoid, pick, sleep, sort, spilt, throttle, timestamp, typeOf, until }; | ||
import useThrottle from "./useThrottle"; | ||
export { count, ensureType, flatObject, getGlobal, isBetween, isFloat, isInteger, isNumeric, isEmpty, isOwnKey, isOwnMethod, isRealObject, isSubClassOf, isVoid, keysOf, omit, omitVoid, pick, sleep, sort, spilt, timestamp, typeOf, until, useThrottle }; |
@@ -45,4 +45,2 @@ "use strict"; | ||
exports.spilt = spilt_1.default; | ||
const throttle_1 = require("./throttle"); | ||
exports.throttle = throttle_1.default; | ||
const timestamp_1 = require("./timestamp"); | ||
@@ -54,2 +52,4 @@ exports.timestamp = timestamp_1.default; | ||
exports.until = until_1.default; | ||
const useThrottle_1 = require("./useThrottle"); | ||
exports.useThrottle = useThrottle_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.14", | ||
"version": "0.1.20", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
@@ -29,6 +29,6 @@ # HyURL Utilities | ||
- `split`[.ts](https://github.com/hyurl/split-any/blob/master/index.d.ts) | ||
- `throttle`[.ts](./src/throttle.ts) | ||
- `timestamp`[.ts](./src/timestamp.ts) | ||
- `typeOf`[.ts](./src/typeOf.ts) | ||
- `until`[.ts](./src/until.ts) | ||
- `useThrottle`[.ts](./src/useThrottle.ts) | ||
@@ -35,0 +35,0 @@ ## Import |
Sorry, the diff of this file is not supported yet
61494
957