/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native-codegen/src/parsers/errors.d.ts
10 строк
291 B
Zihan Chen (MSFT)
Add minimum necessary .d.ts files to react-native-codegen (#36102)
13 фев 2023, 15:10
13 фев 2023, 15:10
be3845a
Код
Авторство
О чём код?
/** * 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. */ export type ParserType = 'Flow' | 'TypeScript'; export declare class ParserError extends Error {}