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 7242a3a commit 0a0c79cCopy full SHA for 0a0c79c
src/index.ts
@@ -1,3 +1,3 @@
1
-import { Primitives } from "./Primitives";
+import { ISODateTime, Primitives } from "./Primitives";
2
3
-export { Primitives };
+export { ISODateTime, Primitives };
0 commit comments