Skip to content

Typesafe decorator type declarations and typesafe ioc helpers

License

Notifications You must be signed in to change notification settings

sorgloomer/ts-typesafe-decorators

Repository files navigation

ts-typesafe-decorators

Test License

GitHub   •   Issues   •   @hege_hegedus

typesafe-decorators

GitHub   •   npm

Enables experimental / legacy decorators to only apply to a specific type of class / property / parameter, or else raise a compile time type error.

nestjs-typesafe-decorators

GitHub   •   npm

Exports TypedInjectionToken and @TypedInject(...) to enable compile time typechecking for parameter based Dependency Injection. These types replace and are compatible with NestJS InjectionToken and @Inject().

inversify-typesafe-decorators

GitHub   •   npm

Exports @TypedInject(...) , a version of the Inversify builtin @inject(...) that only applies to the right type of parameter, or else raises a compile time type error.

About

Typesafe decorator type declarations and typesafe ioc helpers

Resources

License

Stars

Watchers

Forks

Packages

No packages published