@vgm/nodeasync
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

@vgm/nodeasync

Node promisified functions

How to install:

yarn add @vgm/nodeasync

How to use:

Walk through directory:

import {walk} from '@vgm/nodeasync';

const main = async () => {
  const files = await walk('/root');
  console.log(files); // List of files path
}

Readme

Keywords

none

Package Sidebar

Install

npm i @vgm/nodeasync

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

23.6 kB

Total Files

18

Last publish

Collaborators

  • nampdn