https://github.com/totto2727-org/js-package
A library of utilities implemented by @totto2727.
https://github.com/totto2727-org/js-package
deno jsr typescript
Last synced: 3 months ago
JSON representation
A library of utilities implemented by @totto2727.
- Host: GitHub
- URL: https://github.com/totto2727-org/js-package
- Owner: totto2727-org
- License: mit
- Created: 2024-02-29T10:47:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T08:30:11.000Z (7 months ago)
- Last Synced: 2025-01-17T02:56:02.926Z (3 months ago)
- Topics: deno, jsr, typescript
- Language: TypeScript
- Homepage: https://jsr.io/@totto/lib
- Size: 12.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.ja.md
- License: LICENSE
Awesome Lists containing this project
README
# @totto/lib
This repository is a monorepository project of packages created or forked by
@totto2727.## Contributors
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) when developing.
## Original Package
- [error](./error/README.md)
- [result](./result/README.md)
- [safe](./safe/README.md)
- [sleep](./sleep/README.md)
- [test](./test/README.md)## Folked Package
- [remark-link-card](./remark-link-card/README.md)
## Usage
### Utility
```ts
import * as error from "jsr:@totto/lib/error"
import * as result from "jsr:@totto/lib/result"
import * as safe from "jsr:@totto/lib/safe"
import * as sleep from "jsr:@totto/lib/sleep"
import * as test from "jsr:@totto/lib/test"
```### Remark Plugin
```ts
import { rlc } from "jsr:@totto/lib/remark-link-card"
```