Skip to main content
Home
Works with
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
Downloads24/wk
Published2 years ago (0.0.8)

ichigyo(1行) is a collection of one-liner functions in typescript

ichigyou (一行 いちぎょう)

ichigyo is a list of typescript one liners

TSDoc of ichigyo https://koji.github.io/ichigyou/index.html

how to use

install

# npm
npm i ichigyou

# yarn
yarn add ichigyou

# pnpm
pnpm i ichigyou

sample

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";
or

Import directly with a jsr specifier

import * as ichigyou from "jsr:@koji/ichigyou";

Add Package

pnpm i jsr:@koji/ichigyou
or (using pnpm 10.8 or older)
pnpm dlx jsr add @koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";

Add Package

yarn add jsr:@koji/ichigyou
or (using Yarn 4.8 or older)
yarn dlx jsr add @koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";

Add Package

vlt install jsr:@koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";

Add Package

npx jsr add @koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";

Add Package

bunx jsr add @koji/ichigyou

Import symbol

import * as ichigyou from "@koji/ichigyou";