UNPKG

@digicatapult/dtdl-parser

Version:

JS tool to parse DTDL defined Ontologies

5 lines (4 loc) 297 B
import type { ModelingException } from '../types/DtdlErr.d.ts'; export declare const isResolutionException: (err: unknown) => boolean; export declare const isModelingException: (input: unknown) => input is ModelingException; export declare const errorHandler: (err: unknown) => ModelingException;