UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

3 lines (2 loc) 127 B
import type { AbsType } from '../type/classes/AbsType'; export type RandomGeneratorFunction = (type: AbsType<any>) => unknown;