3.0.0-beta1 • Published 4 years ago

depsin v3.0.0-beta1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Depsin

npm version downloads download size

About

Depsin is a lightweight dependency injector for JavaScript/Typescript.

Installation

You can install depsin using npm or yarn:

$ npm install depsin
$ yarn add depsin

If you use Typescript and want to use the decorator @inject you must add in your tsconfig.json

{
  "compilerOptions": {
    ...
    "experimentalDecorators": true,
    ...
  }
}

References

3.0.0-beta1

4 years ago

2.1.0

5 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago