UNPKG
string-differ
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
A Javascript library to compare and transform strings.
github.com/uint4096/string-differ
string-differ
/
dist
/
operations
/
store.d.ts
3 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
import
type
{
IStore
}
from
"../utils"
;
export
declare
const
Store
:
() =>
IStore
;