jikan0 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +10 -0
- package/src/index.d.ts +2 -0
- package/src/index.js +16 -0
- package/src/index.js.map +1 -0
package/README.md
ADDED
package/package.json
ADDED
package/src/index.d.ts
ADDED
package/src/index.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Timer = exports.reset = exports.restart = exports.pop = exports.push = exports.tick = exports.currentNE = exports.current = exports.isEmpty = exports.empty = void 0;
|
|
4
|
+
var fsm_1 = require("@jikan/fsm");
|
|
5
|
+
Object.defineProperty(exports, "empty", { enumerable: true, get: function () { return fsm_1.empty; } });
|
|
6
|
+
Object.defineProperty(exports, "isEmpty", { enumerable: true, get: function () { return fsm_1.isEmpty; } });
|
|
7
|
+
Object.defineProperty(exports, "current", { enumerable: true, get: function () { return fsm_1.current; } });
|
|
8
|
+
Object.defineProperty(exports, "currentNE", { enumerable: true, get: function () { return fsm_1.currentNE; } });
|
|
9
|
+
Object.defineProperty(exports, "tick", { enumerable: true, get: function () { return fsm_1.tick; } });
|
|
10
|
+
Object.defineProperty(exports, "push", { enumerable: true, get: function () { return fsm_1.push; } });
|
|
11
|
+
Object.defineProperty(exports, "pop", { enumerable: true, get: function () { return fsm_1.pop; } });
|
|
12
|
+
Object.defineProperty(exports, "restart", { enumerable: true, get: function () { return fsm_1.restart; } });
|
|
13
|
+
Object.defineProperty(exports, "reset", { enumerable: true, get: function () { return fsm_1.reset; } });
|
|
14
|
+
var adapters_1 = require("@jikan/adapters");
|
|
15
|
+
Object.defineProperty(exports, "Timer", { enumerable: true, get: function () { return adapters_1.StatefulSimulation; } });
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
package/src/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../facade/src/index.ts"],"names":[],"mappings":";;;AAAA,kCAYoB;AAXlB,4FAAA,KAAK,OAAA;AAGL,8FAAA,OAAO,OAAA;AACP,8FAAA,OAAO,OAAA;AACP,gGAAA,SAAS,OAAA;AACT,2FAAA,IAAI,OAAA;AACJ,2FAAA,IAAI,OAAA;AACJ,0FAAA,GAAG,OAAA;AACH,8FAAA,OAAO,OAAA;AACP,4FAAA,KAAK,OAAA;AAGP,4CAA8D;AAArD,iGAAA,kBAAkB,OAAS"}
|