A library for the PHA call number system.
import { PHATableFactory } from "pha";
const phaTable = PHATableFactory.createTable();
phaTable.callNumber("lentino", "noemia") === 589; // true
phaTable.callNumber("prado", "heloisa") === 917; // true
To run the tests for this library, use the following command:
npm run test