UNPKG

816 BTypeScriptView Raw
1/**
2 * Copyright (c) Facebook, Inc. and its affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7import { Config } from '@react-native-community/cli-types';
8declare type Flags = {
9 platforms?: Array<string>;
10};
11/**
12 * Updates project and unlink specific dependency
13 *
14 * If optional argument [packageName] is provided, it's the only one
15 * that's checked
16 */
17declare function unlink(args: Array<string>, ctx: Config, opts: Flags): Promise<void>;
18declare const _default: {
19 func: typeof unlink;
20 description: string;
21 name: string;
22 options: {
23 name: string;
24 description: string;
25 parse: (val: string) => string[];
26 }[];
27};
28export default _default;
29//# sourceMappingURL=unlink.d.ts.map
\No newline at end of file