@types/fcostarodrigo__walk
TypeScript icon, indicating that this package has built-in type declarations

5.0.3 • Public • Published

Installation

npm install --save @types/fcostarodrigo__walk

Summary

This package contains type definitions for @fcostarodrigo/walk (https://github.com/fcostarodrigo/walk#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fcostarodrigo__walk.

index.d.ts

interface Walk {
    (path?: string, listFolders?: boolean, walkFolder?: (path: string) => boolean): AsyncIterable<string>;
}

declare const walk: Walk;

export = walk;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by tpluscode.

Dependents (0)

Package Sidebar

Install

npm i @types/fcostarodrigo__walk

Weekly Downloads

53

Version

5.0.3

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • types