UNPKG

compromise

Version:
9 lines (7 loc) 170 B
const api = function (View) { View.prototype.organizations = function (n) { const m = this.match('#Organization+') return m.getNth(n) } } export default api