Skip to content

Commit

Permalink
fix: export shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Feb 23, 2020
1 parent 9dc855f commit e787775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tuplerone.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { unsafe, tuple, unsafeSymbol, symbol } from './Tuple';
import DeepCompositeSymbol, { shallow } from './DeepCompositeSymbol';
import DeepCompositeSymbol from './DeepCompositeSymbol';
import ValueObject from './ValueObject';

export { symbol as CompositeSymbol } from './Tuple';
export { memoize } from './memoize';
export { shallow } from './DeepCompositeSymbol';

/**
* A tuple whose members are allowed to all be primitive,
Expand Down

0 comments on commit e787775

Please sign in to comment.