node-cross-spawn
node-cross-spawn copied to clipboard
chore: migrate to typescript
feat: add type async export
chore: remove path-key to internal function
because path-key does not have d.ts
chore: split index.js to support ES import export
- to support
import spawn from 'cross-spawn' - to support wildcard import
import * as spawn from 'cross-spawn'
fixed missing types
fixed some missing types for typescript