/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/normalize-color/index.js.flow
10 строк
281 B
Yicheng (Jerry) Gong
Revert D50229030: Align directory name for normalize-colors
14 окт 2023, 06:04
14 окт 2023, 06:04
b21cf6f
Код
Авторство
О чём код?
/** * 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 */ declare module.exports: (color: ?(string | number)) => null | number;