UNPKG

ulid

Version:

A universally-unique, lexicographically-sortable, identifier generator

4 lines (3 loc) 180 B
import { PRNG } from "./types.js"; export declare function randomChar(prng: PRNG): string; export declare function replaceCharAt(str: string, index: number, char: string): string;