diff --git a/src/flamework.ts b/src/flamework.ts index 1c73d7a..d50e9e8 100644 --- a/src/flamework.ts +++ b/src/flamework.ts @@ -267,6 +267,11 @@ export namespace Flamework { */ export declare function addPaths(...args: string[]): void; + /** + * Preload the specified paths by requiring all ModuleScript descendants. + */ + export declare function addPaths(config: { glob: "file" | "directory" }, ...args: string[]): void; + /** * Retrieve the identifier for the specified type. */