@netwerk-digitaal-erfgoed/ld-workbench
Version:
LDWorkbench is a Linked Data Transformation tool designed to use only SPARQL as transformation language.
16 lines • 428 B
TypeScript
export declare class Progress {
private options;
readonly startTime: number;
private readonly spinner?;
constructor(options: {
silent: boolean;
});
start(text: string): this;
line(text: string): this;
text(text: string): void;
fail(message: string): void;
suffixText(text: string): void;
succeed(text?: string): void;
stop(): void;
}
//# sourceMappingURL=progress.d.ts.map