feathersjs-ecosystem / feathers-authentication-management

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
https://feathers-a-m.netlify.app/
MIT License
247 stars 98 forks source link

Create TypeScript typings for this package #112

Closed davidfarinha closed 6 years ago

davidfarinha commented 6 years ago

Expected behavior

TypeScript typings available through "@types/feathers-hooks-common" on npm, or type definitions bundled with this package (eg index.d.ts).

Actual behavior

No TypeScript typings available.

eddyystop commented 6 years ago

TS typings are contributions made by members of the Feathers community. The Feathers core team cannot undertaker this task as no member uses TS.

I would urge you to contribute to Feathers by providing TS typings for this repo. Thanks.