UNPKG
jfather
Version:
latest (0.5.0)
0.5.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
14 lines
(10 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** *
@module
jfather
*
@license
MIT
*
@author
Sébastien Règne */
import
{ extend, load, merge, parse }
from
"./jfather.js"
;
/** *
@typedef
{
import('./jfather.js').Options
}
Options
*/
export
default
{ extend, load, merge, parse };