We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242a3a commit bd0c4b6Copy full SHA for bd0c4b6
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