Add Package
deno add jsr:@sgmonda/qfu
Import symbol
import { filter } from "@sgmonda/qfu";
---- OR ----
Import directly with a jsr specifier
import { filter } from "jsr:@sgmonda/qfu";
Add Package
npx jsr add @sgmonda/qfu
Import symbol
import { filter } from "@sgmonda/qfu";
Add Package
yarn dlx jsr add @sgmonda/qfu
Import symbol
import { filter } from "@sgmonda/qfu";
Add Package
pnpm dlx jsr add @sgmonda/qfu
Import symbol
import { filter } from "@sgmonda/qfu";
Add Package
bunx jsr add @sgmonda/qfu
Import symbol
import { filter } from "@sgmonda/qfu";