https://github.com/ieedan/std
Fully tested and documented TypeScript utilities brokered by jsrepo.
https://github.com/ieedan/std
jsrepo std typescript
Last synced: 10 months ago
JSON representation
Fully tested and documented TypeScript utilities brokered by jsrepo.
- Host: GitHub
- URL: https://github.com/ieedan/std
- Owner: ieedan
- License: mit
- Created: 2024-11-13T19:44:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:25:52.000Z (10 months ago)
- Last Synced: 2025-04-03T16:35:34.202Z (10 months ago)
- Topics: jsrepo, std, typescript
- Language: TypeScript
- Homepage: https://ieedan.github.io/std/
- Size: 324 KB
- Stars: 26
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jsrepo.dev/registry?url=github/ieedan/std)
# std
Types and utility functions brokered with [jsrepo](https://jsrepo.dev). If I have wrote it twice it's probably here.
## Setup
Add as a repo in config:
```bash
jsrepo init github/ieedan/std
```
then add your blocks:
```bash
jsrepo add ts/result
```
# Blocks
| Block | Status |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [ts/result](https://ieedan.github.io/std/classes/result.Result.html) |  |
| [ts/array](https://ieedan.github.io/std/modules/array.html) |  |
| [ts/casing](https://ieedan.github.io/std/modules/casing.html) |  |
| [ts/dispatcher](https://ieedan.github.io/std/classes/dispatcher.Dispatcher.html) |  |
| [ts/ipv4-address](https://ieedan.github.io/std/modules/ipv4-address.html) |  |
| [ts/is-letter](https://ieedan.github.io/std/functions/is-letter.isLetter.html) |  |
| [ts/is-number](https://ieedan.github.io/std/functions/is-number.isNumber.html) |  |
| [ts/lines](https://ieedan.github.io/std/modules/lines.html) |  |
| [ts/matcher](https://ieedan.github.io/std/modules/matcher.Matcher.html) |  |
| [ts/math](https://ieedan.github.io/std/modules/math.html) |  |
| [ts/pad](https://ieedan.github.io/std/functions/pad.leftPad.html) |  |
| [ts/perishable-list](https://ieedan.github.io/std/classes/perishable-list.PerishableList.html) |  |
| [ts/promises](https://ieedan.github.io/std/modules/promises.html) |  |
| [ts/rand](https://ieedan.github.io/std/functions/rand.rand.html) |  |
| [ts/sleep](https://ieedan.github.io/std/functions/sleep.sleep.html) |  |
| [ts/stopwatch](https://ieedan.github.io/std/classes/stopwatch.StopWatch.html) |  |
| [ts/strings](https://ieedan.github.io/std/modules/strings.html) |  |
| [ts/time](https://ieedan.github.io/std/functions/time.formatDuration.html) |  |
| [ts/truncate](https://ieedan.github.io/std/functions/truncate.truncate.html) |  |
| [ts/url](https://ieedan.github.io/std/functions/url.join.html) |  |