UNPKG

@digicatapult/dtdl-parser

Version:

JS tool to parse DTDL defined Ontologies

6 lines (5 loc) 154 B
export declare const getInterop: () => Promise<Parser>; export interface Parser { parse: (file: string) => string; parserVersion: () => string; }