UNPKG

@tryforge/forgescript

Version:

ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.

19 lines 682 B
import { BaseCommand, IBaseCommand } from "../structures"; export declare class FileReader { private readonly code; private readonly req; static readonly Syntax: { Open: string; Close: string; Escape: string; }; private index; constructor(code: string, req: any); static read(fsPath: string, reqPath: string): BaseCommand<any> | IBaseCommand<any> | (BaseCommand<any> | IBaseCommand<any>)[] | null; read(): null | IBaseCommand<any> | BaseCommand<any> | (IBaseCommand<any> | BaseCommand<any>)[]; private parseProperty; private readValue; private readName; private char; } //# sourceMappingURL=FileReader.d.ts.map