UNPKG

compromise

Version:
13 lines (11 loc) 193 B
'use strict'; module.exports = { /**negative/positive*/ toNegative: function () { this.term.insertAfter('not') return this; }, toPositive: function () { return this }, }