rjon
Version:
route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software
6 lines (5 loc) • 308 B
TypeScript
export { statIconMap } from "./statIconMap";
export declare function serverUrlByRoute(host: any, route: any, sample: any): string;
export declare function defToArray(sample: any): any;
export declare function rjonSampleDefToArray(sample: any): any;
export declare function rjonToMarkdown(rjon: any): string;