UNPKG

create-expo-module

Version:

The script to create the Expo module

4 lines (3 loc) 256 B
import spawnAsync from '@expo/spawn-async'; import { PackageManagerName } from './resolvePackageManager'; export declare function installDependencies(packageManager: PackageManagerName, appPath: string, ...args: string[]): Promise<spawnAsync.SpawnResult>;