@just-web/id
TypeScript icon, indicating that this package has built-in type declarations

7.2.1 • Public • Published

@just-web/id

NPM version NPM downloads

IDGizmo is a gizmo that provides a name and a randomized id.

This is part of the core just-web framework. Every just-web application uses IDGizmo to provide a name and id.

You normally would not use this package directly, but instead use the @just-web/app package.

Usage

import { justApp } from '@just-web/app'

const app = await justApp({ name: 'my-app' }).create()

// These are provided by the IDGizmo
app.name // 'my-app'
app.id   // '...some random id...'

/@just-web/id/

    Package Sidebar

    Install

    npm i @just-web/id

    Weekly Downloads

    178

    Version

    7.2.1

    License

    MIT

    Unpacked Size

    20.5 kB

    Total Files

    52

    Last publish

    Collaborators

    • unional