UNPKG

jfather

Version:

JSON with merge, extend and override.

14 lines (10 loc) 242 B
/** * @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 };