UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

7 lines (6 loc) 292 B
import type { AbsType } from '../type/classes/AbsType'; /** * Main router function that dispatches to the correct random generator based on the type's kind. * This replaces the individual random() methods in each type class. */ export declare function random(type: AbsType<any>): unknown;