Add Package
deno add jsr:@thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;
or
Import directly with a jsr specifier
import { getOrCreate } from "jsr:@thai/get-or-create" ;
Add Package
pnpm i jsr:@thai/get-or-create
or (using pnpm 10.8 or older)
pnpm dlx jsr add @thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;
Add Package
yarn add jsr:@thai/get-or-create
or (using Yarn 4.8 or older)
yarn dlx jsr add @thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;
Add Package
vlt install jsr:@thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;
Add Package
npx jsr add @thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;
Add Package
bunx jsr add @thai/get-or-create
Import symbol
import { getOrCreate } from "@thai/get-or-create" ;