@react-native/core-cli-utils
Version:
React Native CLI library for Frameworks to build on
27 lines (25 loc) • 952 B
TypeScript
/**
* 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.
*
*
* @format
*/
import { tasks as _android } from "./private/android.js";
import { tasks as _app } from "./private/app.js";
import { tasks as _apple } from "./private/apple.js";
import { tasks as _clean } from "./private/clean.js";
import * as _version from "./public/version.js";
export declare const android: typeof _android;
export declare type android = typeof android;
export declare const app: typeof _app;
export declare type app = typeof app;
export declare const apple: typeof _apple;
export declare type apple = typeof apple;
export declare const clean: typeof _clean;
export declare type clean = typeof clean;
export declare const version: typeof _version;
export declare type version = typeof version;
export type { Task } from "./private/types";