UNPKG
js-immutables
Version:
latest (0.0.5)
0.0.5
0.0.1
A small library to handle immutable data.
github.com/js-works/js-immutables
js-works/js-immutables
js-immutables
/
dist
/
types
/
index.d.ts
3 lines
(2 loc)
•
56 B
TypeScript
View Raw
1
2
3
import
update
from
'./api/update'
;
export
{ update };