function fastFileLoaderimport { fastFileLoader } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts"; fastFileLoader(paths: string[],between?: (path: string,uniqueFilePathCounter: number,paths: string[],) => void,before?: (uniqueFilePathCounter: number, paths: string[]) => void,)This function will import the specified directories Parameterspaths: string[]optionalbetween: (path: string,uniqueFilePathCounter: number,paths: string[],) => voidoptionalbefore: (uniqueFilePathCounter: number, paths: string[]) => void