* Spawns a command via crosspawn.
(command: string, options?: any)
| 11 | * Spawns a command via crosspawn. |
| 12 | */ |
| 13 | spawn(command: string, options?: any): Promise<any> |
| 14 | /** |
| 15 | * Uses node-which to find out where the command lines. |
| 16 | */ |
no outgoing calls
no test coverage detected