UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

5 lines (4 loc) 199 B
import { Schema } from 'airtight'; export declare const shortId: (size?: number) => string; export declare const standardId: (size?: number) => string; export declare const IdSchema: Schema<string>;