emberjs / emberjs/ember-inflector
Possible to use in Node?
Open
- Dominant language
- TypeScript
- Stars
- 107
- Forks
- 78
- Avg merge
- 20h 58m
- Merged PRs (30d)
- 4
Description
I'm trying to use esm in my addon, so I'm converting over some stuff that previously relied on Ember to using npm packages.
Currently my addon uses
```js
import { singularize, pluralize } from 'ember-inflector';
```
which works in the browser but not in node.
Is is possible to get at `singularize` and `pluralize` from Node?
Contributor guide
Assessment
This issue has not been assessed yet.