Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 385 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 385 Bytes

@paralenz/formatters

Number formatters used by the paralenz development team

Prerequisites

You will need to have a .npmrc file in your project that tells npm to use the github package registry

echo "@paralenz:registry=https://npm.pkg.github.com/" > .npmrc

Installation

Yarn:

yarn add @paralenz/formatters

npm:

npm install @paralenz/formatters