export function walkPromise()

in src/io/utils.ts [18:20]


export function walkPromise(
  curPath: string,
  { shouldIncludePath = () => true, stderr }: WalkPromiseOptions,