We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0840a4 commit 49b3e90Copy full SHA for 49b3e90
signals/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@effectionx/signals",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"imports": {
5
"effection": "npm:effection@^3",
6
"immutable": "npm:immutable@^5",
signals/mod.ts
@@ -2,3 +2,4 @@ export * from "./boolean.ts";
export * from "./array.ts";
export * from "./set.ts";
export * from "./helpers.ts";
+export * from "./types.ts";
0 commit comments