UNPKG

asajs

Version:

Make your Minecraft JsonUI with ScriptingAPI

12 lines (11 loc) 353 B
import { Class } from "../../components/Class"; interface CallbackValue { folder?: string; file: string; path: string; } export declare class SearchFiles extends Class { static array(folderPath: string, prefix?: string): Array<string>; static forEach(folderPath: string, callback: (value: CallbackValue) => void): void; } export {};