emberjs / ember-inflector

ember-inflector goal is to be rails compatible.
MIT License
107 stars 80 forks source link

Typescript declarations are missing in v5 #508

Closed mkszepp closed 3 months ago

mkszepp commented 4 months ago

In ember-inflector v4 there were added manuelly all types so that everythng works fine inside a typescript project.

It looks like the types are not anymore present in v5

In v4 there were the types manually added as index.d.ts (see https://github.com/emberjs/ember-inflector/blob/v4.0.3-ember-inflector/index.d.ts)

mkszepp commented 4 months ago

it looks like only the export is missing... because the file is still present https://github.com/emberjs/ember-inflector/blob/master/ember-inflector/src/index.d.ts