UNPKG

compromise

Version:
9 lines (8 loc) 178 B
'use strict'; const toAdjective = require('./to_adjective'); const adverb = { adjectiveForm: function() { return toAdjective(this.normal); }, }; module.exports = adverb;