UNPKG

@agreed/core

Version:

agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract

8 lines (5 loc) 174 B
"use strict"; const EXTENSIONS = [".json", ".json5"]; const JSON5 = require("json5"); const hook = require("./hook"); module.exports = () => hook(JSON5.parse, EXTENSIONS);