/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/asset-utils/src/index.js
17 строк
349 B
Alex Hunt
Create @react-native/asset-utils package (#57368)
06 июл 2026, 20:32
06 июл 2026, 20:32
41d5218
Код
Авторство
О чём код?
/** * 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 */ 'use strict'; /*:: export type {PackagerAsset} from './AndroidPathUtils'; */ module.exports = require('./AndroidPathUtils');