3.0.0-beta1 • Published 3 years ago

depsin v3.0.0-beta1

Weekly downloads
5
License
ISC
Repository
github
Last release
3 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

3 years ago

2.1.0

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago