UNPKG

agreed-core

Version:

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

12 lines (9 loc) 255 B
"use strict"; const json5Hook = require("./require_hook/json5"); const yamlHook = require("./require_hook/yaml"); const tsHook = require("./require_hook/typescript"); module.exports = (option = {}) => { json5Hook(); yamlHook(); tsHook(option); };