Metzploreur/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

5 lines
164 B
TypeScript

interface SlurpFileOptions {
ignoreCache?: boolean;
}
export declare const slurpFile: (path: string, options?: SlurpFileOptions) => Promise<string>;
export {};