Skip to content

CrowdStrike/ember-number-to-words-shim

Repository files navigation

ember-number-to-words-shim

npm version Build Status

Ember.js number-to-words shim

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-number-to-words-shim

Usage

import converter from 'number-to-words';

console.log(converter.toWords(1));

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.