UNPKG

dasf-web

Version:

Web frontend components for the data analytics software framework (DASF)

3 lines 200 B
export default interface CatalogCrawler { startCrawling(basePath: string, recursive: boolean, datasetSuffix: string, onDatasetDiscovered: (datasetPath: string) => void, onFinish: () => void): void; }