Skip to content

Commit c5706f6

Browse files
💥 refactor!: Remove default export.
BREAKING CHANGE: The default export is gone.
1 parent 026831d commit c5706f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import DONE_ITERATOR from './DONE_ITERATOR.js';
22
import withMethods from './withMethods.js';
33
import withoutMethods from './withoutMethods.js';
44

5-
/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
6-
export default withoutMethods;
7-
85
const {empty, from, isEmpty, push, peek, pop, iter} = withoutMethods;
96

107
export {

0 commit comments

Comments
 (0)