UNPKG

@jsonjoy.com/json-random

Version:

Random JSON generation, structured JSON by schema generation, no dependencies.

7 lines (6 loc) 266 B
import type { Token } from '../string'; import type { StringTemplate, Template } from './types'; export declare const nil: Template; export declare const tokensHelloWorld: Token; export declare const tokensObjectKey: Token; export declare const str: StringTemplate;