@azure/identity
Version:
Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID
13 lines • 391 B
TypeScript
import childProcess from "node:child_process";
/**
* Easy to mock childProcess utils.
* @internal
*/
export declare const processUtils: {
/**
* Promisifying childProcess.execFile
* @internal
*/
execFile(file: string, params: string[], options?: childProcess.ExecFileOptionsWithStringEncoding): Promise<string | Buffer>;
};
//# sourceMappingURL=processUtils.d.ts.map