1.0.2 • Published 2 years ago

pha v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

PHA

A library for the PHA call number system.

Usage

import { PHATableFactory } from "pha";

const phaTable = PHATableFactory.createTable();

phaTable.callNumber("lentino", "noemia") === 589; // true
phaTable.callNumber("prado", "heloisa") === 917; // true

Testing

To run the tests for this library, use the following command:

npm run test
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago