1
0
Fork 0

fix: remove export alias for include options

This commit is contained in:
ssube 2020-08-04 23:06:18 -05:00
parent 3fcf4aac81
commit 143e9f5627
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export { CONFIG_SCHEMA } from './schema';
export { envType } from './type/Env';
export { includeOptions as includeSchema, includeType } from './type/Include';
export { includeOptions, includeType, IncludeOptions } from './type/Include';
export { regexpType } from './type/Regexp';
export { streamType } from './type/Stream';