login/node_modules/jest-cli/build/ts3.4/init/index.d.ts
2022-12-19 15:48:51 +05:30

8 lines
304 B
TypeScript

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
declare const _default: (rootDir?: string) => Promise<void>;
export default _default;