Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 217 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 217 Bytes

importall

Small Deno module to import all files in a directory.

import { importAll } from "https://deno.land/x/importall@v2.0.0/mod.ts";

console.log(await importAll(`${import.meta.dirname}/testfiles`));