diff options
Diffstat (limited to 'u/types/index.ts')
-rw-r--r-- | u/types/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/u/types/index.ts b/u/types/index.ts index c68cedc..fc1b15a 100644 --- a/u/types/index.ts +++ b/u/types/index.ts @@ -1,3 +1,5 @@ +export * from './misc.js'; + export * from './object.js'; export * from './tagged.js'; |