node-cross-spawn icon indicating copy to clipboard operation
node-cross-spawn copied to clipboard

chore: migrate to typescript

Open dimaslanjaka opened this issue 2 years ago • 0 comments

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

dimaslanjaka avatar May 26 '23 18:05 dimaslanjaka