depsin
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i depsin

Weekly Downloads

8

Version

3.0.0-beta1

License

ISC

Unpacked Size

7.53 kB

Total Files

10

Last publish

Collaborators

  • evuz