/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/flow/prettier.js.flow
14 строк
324 B
Sam Zhou
Bump to prettier v3 across xplat (#52844)
28 июл 2025, 04:50
28 июл 2025, 04:50
869a976
Код
Авторство
О чём код?
/** * 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 */ // $FlowFixMe[unsupported-syntax] declare module 'prettier' { declare module.exports: $FlowFixMe; }