Skip to main content
Extremely Popular
Go to Latest
function fastFileLoader
import { fastFileLoader } from "https://deno.land/x/discordeno@13.0.0-rc45/template/minimal/deps.ts";

This function will import the specified directories

Parameters

paths: string[]
optional
between: (
path: string,
uniqueFilePathCounter: number,
paths: string[],
) => void
optional
before: (uniqueFilePathCounter: number, paths: string[]) => void