* Migrate from JavaScript to TypeScript
Convert all 16 source files from .js to .ts with full type annotations.
Add types.ts with interfaces for all data structures. Export BufferReader
and BufferWriter from index. Use 'as const' for literal types on constants.
* Switch from pnpm to npm
* Remove unused EpochSeconds type