Skip to content

Commit bd0c4b6

Browse files
authored
feat: export iso date time (#27)
1 parent 7242a3a commit bd0c4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
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)