1
0
Fork 0

feat: export include schema helper

This commit is contained in:
ssube 2021-08-05 22:26:10 -05:00
parent ab621885ad
commit 4761532c37
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
export { createSchema, SchemaOptions } from './schema';
export {
createIncludeSchema,
createSchema,
IncludeSchemaOptions,
SchemaOptions,
} from './schema';
export { envType } from './type/Env';
export { createInclude, IncludeOptions } from './type/Include';
export { regexpType } from './type/Regexp';