/** * ------------------------------------------------------------------------------------------- * 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