UNPKG

compromise

Version:
18 lines (16 loc) 484 B
import addAcronyms from './acronyms/index.js' import addParentheses from './parentheses/index.js' import addPossessives from './possessives/index.js' import addQuotations from './quotations/index.js' import addSelections from './selections/index.js' import addSlashes from './slashes/index.js' export default { api: function (View) { addAcronyms(View) addParentheses(View) addPossessives(View) addQuotations(View) addSelections(View) addSlashes(View) } }