emberjs / emberjs/ember-inflector

Possible to use in Node?

Open
#151 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.