UNPKG

compromise

Version:
10 lines (8 loc) 183 B
import model from './model/index.js' import compute from './compute/index.js' const plugin = { model: model, compute: compute, hooks: ['contractions'], } export default plugin