UNPKG
@dabbott/mutative
Version:
latest (1.2.0-alpha.2)
1.2.0-alpha.2
1.2.0-alpha.1
1.0.5-alpha.6
1.0.5-alpha.5
1.0.5-alpha.4
1.0.5-alpha.3
1.0.5-alpha.2
1.0.5-alpha.1
1.0.5-alpha.0
A JavaScript library for efficient immutable updates
mutative.js.org
unadlib/mutative
@dabbott/mutative
/
src
/
utils
/
index.ts
8 lines
(7 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./copy'
;
export
*
from
'./mark'
;
export
*
from
'./deepFreeze'
;
export
*
from
'./draft'
;
export
*
from
'./proto'
;
export
*
from
'./forEach'
;
export
*
from
'./finalize'
;