Skip to content

Commit 49b3e90

Browse files
committed
Export types from signals
1 parent b0840a4 commit 49b3e90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

signals/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effectionx/signals",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"imports": {
55
"effection": "npm:effection@^3",
66
"immutable": "npm:immutable@^5",

signals/mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export * from "./boolean.ts";
22
export * from "./array.ts";
33
export * from "./set.ts";
44
export * from "./helpers.ts";
5+
export * from "./types.ts";

0 commit comments

Comments
 (0)