UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

6 lines (5 loc) 329 B
import { PackageTuples } from '../types/integrator.types'; import { PackageJsonType } from '../types/mod.types'; export declare function getInstalledPackages(): PackageTuples; export declare function getPackageJson(projectPath?: string): PackageJsonType; export declare function getPackageJsonPath(projectPath?: string): string;