UNPKG

188 BTypeScriptView Raw
1import { BuildContext } from '../util/interfaces';
2export declare function setContext(context: BuildContext): void;
3export declare function readFileAsync(filePath: string): Promise<void>;