We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb9dc6 commit 80f257eCopy full SHA for 80f257e
test/src/whole.js
@@ -3,7 +3,7 @@ import test from 'ava' ;
3
import { iota , swap } from "@aureooms/js-array" ;
4
import search from "@aureooms/js-search" ;
5
import { shuffle } from "@aureooms/js-random" ;
6
-import compare from "@aureooms/js-compare" ;
+import * as compare from "@aureooms/js-compare" ;
7
import * as itertools from "@aureooms/js-itertools" ;
8
import functools from "@aureooms/js-functools" ;
9
0 commit comments