jiuyiUniapp/service/node_modules/react-native/Libraries/Utilities/Platform.js.flow

14 lines
304 B
Plaintext

/**
* 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.
*
* @flow strict
* @format
*/
import type {Platform} from './Platform.flow';
declare module.exports: Platform;