@memlab/core
Version:
memlab core libraries
40 lines • 1.06 kB
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall memory_lab
*/
declare const constants: {
isFB: boolean;
isFRL: boolean;
defaultEngine: string;
supportedEngines: string[];
supportedBrowsers: any;
internalDir: string;
monoRepoDir: string;
defaultUserAgent: string;
defaultProtocolTimeout: number;
V8SyntheticRoots: string[];
namePrefixForScenarioFromFile: string;
unset: string;
};
export type Constants = typeof constants;
declare const _default: {
isFB: boolean;
isFRL: boolean;
defaultEngine: string;
supportedEngines: string[];
supportedBrowsers: any;
internalDir: string;
monoRepoDir: string;
defaultUserAgent: string;
defaultProtocolTimeout: number;
V8SyntheticRoots: string[];
namePrefixForScenarioFromFile: string;
unset: string;
};
export default _default;
//# sourceMappingURL=Constant.d.ts.map