@mooljs/plugin-store
Advanced tools
+1
-1
@@ -35,3 +35,3 @@ const { readFileSync, existsSync, readdirSync } = require("node:fs"); | ||
| (module) => ` ${module}: typeof import("src/store/${module}")['default'];\n`, | ||
| ).concat([` '@@initialState':(typeof import("src/app.ts"))["getInitialState"]|(typeof import("src/app.tsx"))["getInitialState"];`]) | ||
| ).concat([` '@@initialState':Awaited<ReturnType<(typeof import("src/app.ts"))["getInitialState"]|(typeof import("src/app.tsx"))["getInitialState"]>>`]) | ||
| .join(""); | ||
@@ -38,0 +38,0 @@ return [ |
+1
-1
| { | ||
| "name": "@mooljs/plugin-store", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": " global data store for mooljs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5340
0.38%