You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone ending up here, and without comparing the two modules further, take a look at https://github.com/martinandert/inflected, which works directly in browser and node.
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
which works in the browser but not in node.
Is is possible to get at
singularize
andpluralize
from Node?The text was updated successfully, but these errors were encountered: