UNPKG

node-rigorous

Version:
10 lines (6 loc) 232 B
/* eslint no-param-reassign:0 */ module.exports = (schema, extraFunctions) => { Object.keys(extraFunctions).forEach((keyFunctionName) => { schema.statics[keyFunctionName] = extraFunctions[keyFunctionName]; }); };