https://github.com/jsonjoy-com/util
Disparate helpful utilities
https://github.com/jsonjoy-com/util
buffers codegen jit json-equal json-random strings utf8
Last synced: 19 days ago
JSON representation
Disparate helpful utilities
- Host: GitHub
- URL: https://github.com/jsonjoy-com/util
- Owner: jsonjoy-com
- License: apache-2.0
- Created: 2024-04-09T17:49:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-06T16:00:08.000Z (8 months ago)
- Last Synced: 2025-04-17T21:54:25.980Z (about 1 month ago)
- Topics: buffers, codegen, jit, json-equal, json-random, strings, utf8
- Language: TypeScript
- Homepage:
- Size: 550 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# util
Useful utilities for TypeScript programming.
This package includes the following utilities:
- `json-random`: Generate random JSON objects.
- `json-equal`: Very fast JSON deep equality comparison.
- `json-brand`: TypeScript branded type for JSON strings.
- `codegen`: JIT JavaScript code generation utilities.
- `buffers`: Various helper functions to work with `Uint8Array` and `Buffer` blobs.
- `strings`: Various helper functions to work with UTF-8 strings.
- `sort`: Fast sorting for small arrays.