First commit.

Signed-off-by: Chen Xiao <abigwc@gmail.com>
This commit is contained in:
Chen Xiao
2026-05-08 14:43:16 +08:00
commit 0b64e2de94
10989 changed files with 2253791 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
import {
__name
} from "./chunk-XOKMXDAB.js";
// node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.mjs
var _a;
var ImperativeState = (_a = class {
/**
* @param init - Function that creates the default state.
*/
constructor(init) {
this.init = init;
this.records = this.init();
}
reset() {
this.records = this.init();
}
}, __name(_a, "ImperativeState"), _a);
export {
ImperativeState
};
//# sourceMappingURL=chunk-VPVLR6E4.js.map