UNPKG

compromise

Version:
14 lines (11 loc) 230 B
import parseMatch from './parseMatch/index.js' import match from './match/index.js' import termMethods from './termMethods.js' const methods = { one: { termMethods, parseMatch, match, }, } export default methods