Home
last modified time | relevance | path

Searched refs:formatSelfCommand (Results 1 – 2 of 2) sorted by relevance

/expo/packages/create-expo/src/
H A DresolveProjectRoot.ts8 import { formatSelfCommand } from './resolvePackageManager';
62 const selfCmd = formatSelfCommand();
H A DresolvePackageManager.ts59 export function formatSelfCommand() { function