Skip to content

Commit 2dd0dfa

Browse files
committedMar 9, 2021
✨ feat(api): Export kahn1962.
1 parent fe252c2 commit 2dd0dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import kahn1962 from './kahn1962.js';
12
import sorted from './sorted.js';
23

3-
export {sorted};
4+
export {kahn1962, sorted};

0 commit comments

Comments
 (0)
Please sign in to comment.