/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/pretty-format/src/react-is-modules.d.ts
16 строк
447 B
Simen Bekkhus
feat(pretty-format): support React 19 (#16123)
05 май 2026, 12:41
Не верифицирован
05 май 2026, 12:41
f9bb970
Код
Авторство
О чём код?
/** * 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. */ declare module 'react-is-18' { // eslint-disable-next-line import-x/no-extraneous-dependencies export * from 'react-is'; } declare module 'react-is-19' { // eslint-disable-next-line import-x/no-extraneous-dependencies export * from 'react-is'; }