Skip to content

Commit

Permalink
fix(millsp#328): added A.If type export to 'Any/_api.ts'
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszHolubowicz committed Dec 26, 2022
1 parent 319e551 commit 9ca8946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/Any/_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export {Extends} from './Extends'
export {Key} from './Key'
export {Keys} from './Keys'
export {KnownKeys} from './KnownKeys'
export {If} from './If'
export {Is} from './Is'
export {Promise} from './Promise'
export {Try} from './Try'
Expand Down

0 comments on commit 9ca8946

Please sign in to comment.