Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/importall/README.md

Small Deno module to import all files in a directory.
Latest
File

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`));