File tree Expand file tree Collapse file tree 3 files changed +162
-328
lines changed Expand file tree Collapse file tree 3 files changed +162
-328
lines changed Original file line number Diff line number Diff line change 73
73
"@trie-data-structure/uncompressed-trie" : " ^1.0.0"
74
74
},
75
75
"devDependencies" : {
76
- "@aureooms/js-string" : " 1.0.0" ,
77
76
"@babel/core" : " 7.19.1" ,
78
77
"@babel/plugin-transform-destructuring" : " 7.18.13" ,
79
78
"@babel/plugin-transform-for-of" : " 7.18.8" ,
83
82
"@node-loader/babel" : " 2.0.1" ,
84
83
"@node-loader/core" : " 2.0.0" ,
85
84
"@node-loader/import-maps" : " 1.1.0" ,
85
+ "@string-plumbing/mul" : " ^0.0.1" ,
86
86
"ava" : " 4.3.3" ,
87
87
"babel-plugin-transform-remove-console" : " 6.9.4" ,
88
88
"babel-plugin-unassert" : " 3.2.0" ,
Original file line number Diff line number Diff line change 1
1
import test from 'ava' ;
2
2
3
- import { mul } from '@aureooms/js- string' ;
3
+ import { mul } from '@string-plumbing/mul ' ;
4
4
5
5
import { lz78 } from '#module' ;
6
6
You can’t perform that action at this time.
0 commit comments