Urara-Blog/node_modules/.pnpm-store/v3/files/7d/564092e0900b47da668146a400032ea8d4885362245915d62f48d4fc433f41a5b9174c6508ddc59c5f48c262e9ff7839042eb7953bb2889119e9b5e6f509d2
2022-08-14 01:14:53 +08:00

9 lines
360 B
Text

/**
* 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" />
declare const messageParent: (message: unknown, parentProcess?: NodeJS.Process) => void;
export default messageParent;