UNPKG

@agreed/core

Version:

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

8 lines (5 loc) 171 B
"use strict"; const EXTENSIONS = [".yaml", ".yml"]; const YAML = require("yamljs"); const hook = require("./hook"); module.exports = () => hook(YAML.parse, EXTENSIONS);