https://github.com/nikitavoloboev/ts-utils
Utils of all kind
https://github.com/nikitavoloboev/ts-utils
jsr typescript typescript-library
Last synced: 15 days ago
JSON representation
Utils of all kind
- Host: GitHub
- URL: https://github.com/nikitavoloboev/ts-utils
- Owner: nikitavoloboev
- License: mit
- Created: 2024-04-05T10:39:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T23:57:46.000Z (about 2 months ago)
- Last Synced: 2025-03-25T16:45:28.074Z (about 1 month ago)
- Topics: jsr, typescript, typescript-library
- Language: TypeScript
- Homepage: https://jsr.io/@nikiv/utils
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# TS Utils [](https://jsr.io/@nikiv/utils)
See exported functions in [src](src) or in nice published page on [JSR](https://jsr.io/@nikiv/utils).
## Usage
In repo you want to import package in:
```
bunx jsr add @nikiv/utils
```Other import options can be seen on [JSR page](https://jsr.io/@nikiv/utils).
Can also clone repo and [bun link](https://bun.sh/docs/cli/link) it.
```
bun link
```Then in repo you want to link package from:
```
bun link @nikiv/ts-utils
```## Setup
```
bun i
```## Run
Currently I write functions in [src](src) and test them by running:
```
bun sr
```Which runs a gitignored `scripts/p-run.ts` file. Or I test functions through tests with bun.
[](https://go.nikiv.dev/discord) [](https://x.com/nikitavoloboev) [](https://nikiv.dev)