UNPKG
@gulujs/object-path
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
Access nested object properties using a dot path
github.com/gulujs/object-path
gulujs/object-path
@gulujs/object-path
/
lib
/
key-path
/
index.js
3 lines
(2 loc)
•
135 B
JavaScript
View Raw
1
2
3
export
{
EscapeDotStyleKeyPath
}
from
'./escape-dot-style-key-path.js'
;
export
{
QuoteStyleKeyPath
}
from
'./quote-style-key-path.js'
;