jaid
Funding Links: https://github.com/sponsors/Jaid
- Location: Germany
- Kind: user
- Followers: 33
- Following: 35
- Total stars: 158
- Repositories count: 203
- Created at: 2022-11-10T13:03:43.673Z
- Updated at: 2025-07-08T14:06:05.842Z
- Last synced at: 2025-07-08T14:06:05.842Z
GitHub Sponsors Profile
Maintaining a lot of useful NodeJS packages on GitHub Packages and npm! <3
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
Jaid/readable-ms
Converts a milliseconds value into a human-readable string.
Language: JavaScript - Stars:Jaid/has-content
Returns true if the given value has meaningful content.
Language: JavaScript - Stars: 1Jaid/array-to-object-keys
Converts an array to an object where the keys are the array entries and the values are customizable in a function.
Language: JavaScript - Stars: 2Jaid/crop-string
Trims strings to a maximum length and appends dot dot dot if needed.
Language: JavaScript - Stars:Jaid/read-file-string
Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.
Language: JavaScript - Stars: 2Jaid/read-file-json
Reads JSON and JSON5 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.
Language: JavaScript - Stars: