@rolster/invertly
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

Rolster Invertly

Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.

Installation

npm i @rolster/invertly

Configuration

You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.

{
  "compilerOptions": {
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
  },
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza 🚀

Package Sidebar

Install

npm i @rolster/invertly

Weekly Downloads

33

Version

1.3.1

License

MIT

Unpacked Size

79.3 kB

Total Files

61

Last publish

Collaborators

  • rolster