Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retraigo/importall

Small Deno module to import all files in a directory.
https://github.com/retraigo/importall

Last synced: 8 days ago
JSON representation

Small Deno module to import all files in a directory.

Awesome Lists containing this project

README

        

# importall
Small Deno module to import all files in a directory.

```ts
import { importAll } from "https://deno.land/x/[email protected]/mod.ts";

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