UNPKG
@rimbu/deep
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
1.0.0-alpha.2
1.0.0-alpha.1
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.1
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.5
0.5.4
Tools to use handle plain JS objects as immutable objects
rimbu.org
rimbu-org/rimbu
@rimbu/deep
/
src
/
internal.mts
9 lines
(7 loc)
•
271 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
type
{
Protected
}
from
'./protected.mjs'
;
export
{
Path
}
from
'./path.mjs'
;
export
{
type
Match
}
from
'./match.mjs'
;
export
type
{
Patch
}
from
'./patch.mjs'
;
export
type
{
Selector
}
from
'./selector.mjs'
;
import
*
as
Deep
from
'./deep.mjs'
;
export
{
Deep
};