Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 603 Bytes

Build Status

NUBANJS

Simple library for formatting, parsing and validating nuban numbers. Implementation is based on version 1 and version 2 of the specification by CBN

Install

npm i nubanjs

Requirements

  • Node v14+

API

  • format
  • parse
  • lookup

Tests

npm test