Skip to content

Commit 73c252f

Browse files
committed
Add error objects to index exports
1 parent 6ea3549 commit 73c252f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ export {
4949
replicate,
5050
cycle
5151
} from './lib';
52+
53+
export {
54+
EmptyListError,
55+
OutOfRangeError
56+
} from './error';

0 commit comments

Comments
 (0)