jest-repl
Version:
25 lines (20 loc) • 586 B
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.
*/
import {Config} from '@jest/types';
/**
* 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.
*
*/
export declare function repl(): Promise<void>;
export declare function runtime(
cliArgv?: Config.Argv,
cliInfo?: Array<string>,
): Promise<void>;
export {};