UNPKG

@azure/msal-node-extensions

Version:

![npm (scoped)](https://img.shields.io/npm/v/@azure/msal-node-extensions) ![npm](https://img.shields.io/npm/dw/@azure/msal-node-extensions)

6 lines 257 B
/// <reference types="node" resolution-mode="require"/> /** * Returns whether or not the given object is a Node.js error */ export declare const isNodeError: (error: unknown) => error is NodeJS.ErrnoException; //# sourceMappingURL=TypeGuards.d.ts.map