https://github.com/jclem/lib
A personal library of TypeScript utilities
https://github.com/jclem/lib
Last synced: 4 months ago
JSON representation
A personal library of TypeScript utilities
- Host: GitHub
- URL: https://github.com/jclem/lib
- Owner: jclem
- License: mit
- Created: 2024-02-01T17:17:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T16:41:31.000Z (about 2 years ago)
- Last Synced: 2025-10-13T12:48:10.920Z (8 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lib
This is a personal library of TypeScript utilities. They are primarily intended
for use in the [Bun](https://bun.sh/) runtime, so they only distributed as
TypeScript (not compiled to JavaScript).
## Packages
- [@jclem/assert](./packages/assert)
- [@jclem/cli](./packages/cli)
- [@jclem/config](./packages/config)