1.0.2 • Published 5 months ago

pha v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months 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

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago