@teawithsand/tws-lts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,2 +5,4 @@ export * from "./uuid"; | ||
export * from "./latePromise"; | ||
export * from "./timestamp"; | ||
export * from "./sleep"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -21,2 +21,4 @@ "use strict"; | ||
__exportStar(require("./latePromise"), exports); | ||
__exportStar(require("./timestamp"), exports); | ||
__exportStar(require("./sleep"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@teawithsand/tws-lts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Misc js utils migrated from tws-stl. Only most common stuff here.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69148
75
1095