Searched defs:spawnAsync (Results 1 – 8 of 8) sorted by relevance
1 const spawnAsync = require('@expo/spawn-async'); constant
9 function createPendingSpawnAsync(actionAsync, spawnAsync) { argument
14 export function spawnAsync( function
38 const spawnAsync = jest.requireActual('@expo/spawn-async') as typeof mockedSpawnAsync; constant
194 function spawnAsync(command, args, options) { function