https://github.com/koji/ichigyou
typescript one liners
https://github.com/koji/ichigyou
npm oneliners pnpm tsdoc typescript vite vitest
Last synced: 2 months ago
JSON representation
typescript one liners
- Host: GitHub
- URL: https://github.com/koji/ichigyou
- Owner: koji
- Created: 2024-04-08T01:01:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T04:19:26.000Z (about 1 year ago)
- Last Synced: 2024-04-17T08:29:38.013Z (about 1 year ago)
- Topics: npm, oneliners, pnpm, tsdoc, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://koji.github.io/ichigyo/index.html
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# ichigyou (一行 いちぎょう)
`ichigyo(1行)` is a collection of one-liner functions in typescript
54 functions
- string
- array
- number
- object
- otherTSDoc of `ichigyo`
https://koji.github.io/ichigyou/index.html## how to use
### install
```shell
# npm
npm i ichigyou# yarn
yarn add ichigyou# pnpm
pnpm i ichigyou```
### sample