@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
11 lines • 377 B
TypeScript
/**
* Computes the size (in bytes) of all files in a directory at the root level. Asynchronously.
* @internal
*/
export declare const getShallowDirectorySize: (directory: string) => Promise<number>;
/**
* Validate directory exists.
* @internal
*/
export declare const confirmDirExists: (directory: string) => Promise<void>;
//# sourceMappingURL=fileSystemHelpers.d.ts.map