2.0.5 • Published 9 months ago

@rolster/commons v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Rolster Commons

Advanced utilities package compatible with Typescript projects.

Installation

npm i @rolster/commons

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.

{
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza :rocket: