Skip to content

Commit

Permalink
feat: exporting Key type, which was previously hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
eturino committed Sep 8, 2019
1 parent d248f52 commit 7a3c511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/key-set.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { KeySet } from './key-set/-base';
import { Key, KeySet } from './key-set/-base';
import { all, KeySetAll } from './key-set/all';
import { allExceptSome, KeySetAllExceptSome } from './key-set/all-except-some';
import { KeySetNone, none } from './key-set/none';
Expand All @@ -13,6 +13,7 @@ export {
none,
some,
// types and classes
Key,
KeySet,
KeySetAll,
KeySetAllExceptSome,
Expand Down

0 comments on commit 7a3c511

Please sign in to comment.