Closed mkszepp closed 3 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)
index.d.ts
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
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)