Skip to content

Small Deno module to import all files in a directory.

License

Notifications You must be signed in to change notification settings

retraigo/importall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small Deno module to import all files in a directory.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published