rjon
Version:
route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software
13 lines (12 loc) • 733 B
TypeScript
import { TestRoute } from "./TestRoute.component";
import { EditHost } from "./EditHost.component";
import { RjonMarkdown } from "./RjonMarkdown.component";
import { RjonNotesEditor } from "./RjonNotesEditor.component";
export declare class Dump {
transform(input: any, options?: {}): any;
}
import { RjonLinks } from "./RjonLinks.component";
import { TableOfHosts } from "./TableOfHosts.component";
import { TableOfRoutes } from "./TableOfRoutes.component";
import { IconTable } from "./IconTable.component";
export declare const declarations: (typeof TestRoute | typeof EditHost | typeof RjonMarkdown | typeof RjonNotesEditor | typeof RjonLinks | typeof TableOfHosts | typeof TableOfRoutes | typeof IconTable | typeof Dump)[];