Skip to main content
Home

@lazy/id@1.0.0-beta.0

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
Published
a year ago (1.0.0-beta.0)

@lazy/id

Quick Start

Install with NPM

npm i @lazy/id

Install with pnpm

pnpm add @lazy/id

Install with Yarn

yarn add @lazy/id

Generate an Id

import { id } from '@lazy/id'

const userId = id('user')

console.log(userId) // AZGeDUu7c0iimkTEOtnSYQ.user

New Ticket: 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:@lazy/id

Import symbol

import * as id from "@lazy/id";
or

Import directly with a jsr specifier

import * as id from "jsr:@lazy/id";

Add Package

pnpm i jsr:@lazy/id
or (using pnpm 10.8 or older)
pnpm dlx jsr add @lazy/id

Import symbol

import * as id from "@lazy/id";

Add Package

yarn add jsr:@lazy/id
or (using Yarn 4.8 or older)
yarn dlx jsr add @lazy/id

Import symbol

import * as id from "@lazy/id";

Add Package

vlt install jsr:@lazy/id

Import symbol

import * as id from "@lazy/id";

Add Package

npx jsr add @lazy/id

Import symbol

import * as id from "@lazy/id";

Add Package

bunx jsr add @lazy/id

Import symbol

import * as id from "@lazy/id";