Dax Raad a5c15a23e4 core: allow readJson to be called without explicit type parameter
Added default type parameter 'any' to readJson<T> so users can call it without specifying a type when they don't need strict typing. This reduces boilerplate for quick JSON reads where type safety isn't required.
2026-02-18 12:21:25 -05:00
..
2026-02-13 07:50:43 +10:00
2026-02-14 04:19:48 +00:00
2026-02-14 04:19:02 +00:00
2026-02-14 04:19:02 +00:00
2026-02-14 04:19:02 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.