Select Git revision
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
Reiter, Christoph authoredTakes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
dbp-file-sink.js 157 B
import * as commonUtils from "@dbp-toolkit/common/utils";
import {FileSink} from './file-sink';
commonUtils.defineCustomElement('dbp-file-sink', FileSink);