UNPKG

number-to-text

Version:
7 lines (6 loc) 170 B
class Converter { convertToText (options) { throw new Error('convertToText is not implemented by ' + this.constructor.name + ' .') } } module.exports = Converter