@netwerk-digitaal-erfgoed/ld-workbench
Version:
LDWorkbench is a Linked Data Transformation tool designed to use only SPARQL as transformation language.
9 lines • 549 B
TypeScript
import { Configuration } from '../configuration.js';
import File from '../file.js';
import { PreviousStage } from '../stage.js';
export declare const isConfiguration: (value: unknown) => value is Configuration;
export declare const isFilePathString: (value?: string) => value is string;
export declare const isTriplyDBPathString: (value: unknown) => value is string;
export declare const isPreviousStage: (value: unknown) => value is PreviousStage;
export declare const isFile: (value: unknown) => value is File;
//# sourceMappingURL=guards.d.ts.map