Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

boywithkeyboard/files

Repository files navigation

@unvented/files

Installation

npm i @unvented/files

Usage

import files from '@unvented/files'

for await (const file of files('path/to/directory')) {
  // do something
}