Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix: export assert lib from ts-types
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergman committed Jul 21, 2020
1 parent 1f56f3b commit d72ef50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ts-types/src/narrowing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

export * from './as';
export * from './assert';
export * from './coerce';
export * from './ensure';
export * from './get';
Expand Down

0 comments on commit d72ef50

Please sign in to comment.