Skip to content

Commit

Permalink
feat(): export inherit prop initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 3, 2020
1 parent f7cd014 commit 95bf291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export * from './mapped-type.interface';
export * from './intersection-type.helper';
export * from './mapped-type.interface';
export * from './omit-type.helper';
export * from './partial-type.helper';
export * from './pick-type.helper';
export {
applyIsOptionalDecorator,
inheritPropertyInitializers,
inheritTransformationMetadata,
inheritValidationMetadata,
} from './type-helpers.utils';

0 comments on commit 95bf291

Please sign in to comment.