0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: expose fallback() from shared/utilities/zod (#1942)

This commit is contained in:
Darcy Ye 2022-09-15 20:52:49 +08:00 committed by GitHub
parent 5fe0cf4257
commit 66fc5f716b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,4 @@ export * from './file';
export * from './react-router';
export * from './color';
export * from './string';
export * from './zod';