@statx/utils
Advanced tools
| export declare const delay: (t: number) => Promise<unknown>; |
| export const delay = (t) => new Promise((r) => setTimeout(r, t)); | ||
| //# sourceMappingURL=delay.js.map |
| {"version":3,"file":"delay.js","sourceRoot":"","sources":["../src/delay.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA"} |
| export const delay = (t: number) => new Promise((r) => setTimeout(r, t)) |
+1
-0
| export { throttle } from './throttle.js'; | ||
| export { isEqualSet } from './is-equal.js'; | ||
| export { delay } from './delay.js'; |
+1
-0
| export { throttle } from './throttle.js'; | ||
| export { isEqualSet } from './is-equal.js'; | ||
| export { delay } from './delay.js'; | ||
| //# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AACtC,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AACtC,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AACxC,OAAO,EAAC,KAAK,EAAC,MAAM,YAAY,CAAA"} |
+2
-2
| { | ||
| "name": "@statx/utils", | ||
| "version": "1.12.2", | ||
| "version": "1.12.3", | ||
| "private": false, | ||
@@ -61,3 +61,3 @@ "description": "Extry tiny smart statx manager", | ||
| }, | ||
| "gitHead": "c17ddf7646a5e495986efb6d45e9badcf6eb2907" | ||
| "gitHead": "489fc8047df45ed77e00bdd1f612309b44553dd7" | ||
| } |
+1
-0
| export {throttle} from './throttle.js' | ||
| export {isEqualSet} from './is-equal.js' | ||
| export {delay} from './delay.js' |
14345
4.49%27
17.39%235
2.62%