UNPKG

@microsoft/kiota-abstractions

Version:

Core abstractions for kiota generated libraries in TypeScript and JavaScript

12 lines 580 B
/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * Checks if the runtime is in a browser or node environment. * @returns true if in node, else false as it is running in a browser. */ export declare const inNodeEnv: () => boolean; //# sourceMappingURL=inNodeEnv.d.ts.map