Skip to content

Commit 0a0c79c

Browse files
committed
feat: export iso date time
1 parent 7242a3a commit 0a0c79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Primitives } from "./Primitives";
1+
import { ISODateTime, Primitives } from "./Primitives";
22

3-
export { Primitives };
3+
export { ISODateTime, Primitives };

0 commit comments

Comments
 (0)