UNPKG

jfather

Version:

JSON with merge, extend and override.

10 lines (7 loc) 180 B
/** * @module jfather * @license MIT * @author Sébastien Règne */ import { extend, load, merge, parse } from "./jfather.js"; export default { extend, load, merge, parse };