We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026831d commit c5706f6Copy full SHA for c5706f6
src/index.js
@@ -2,9 +2,6 @@ import DONE_ITERATOR from './DONE_ITERATOR.js';
2
import withMethods from './withMethods.js';
3
import withoutMethods from './withoutMethods.js';
4
5
-/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
6
-export default withoutMethods;
7
-
8
const {empty, from, isEmpty, push, peek, pop, iter} = withoutMethods;
9
10
export {
0 commit comments