login/node_modules/jest-util/build/createProcessObject.d.ts
2020-04-28 12:41:56 +05:30

9 lines
No EOL
334 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.
*/
/// <reference types="node" />
export default function (): NodeJS.Process;
//# sourceMappingURL=createProcessObject.d.ts.map