Interface ScadFileProvider<T>

interface ScadFileProvider<T> {
    provideScadFile(filePath: string): Promise<T>;
}

Type Parameters

Implemented by

Methods