UNPKG
jfather
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
JSON with merge, extend and override.
github.com/regseb/jfather
regseb/jfather
jfather
/
src
/
index.js
10 lines
(7 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@module
jfather
*
@license
MIT
*
@author
Sébastien Règne */
import
{ extend, load, merge, parse }
from
"./jfather.js"
;
export
default
{ extend, load, merge, parse };