UNPKG

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 668 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): IBaseCommand<any> | BaseCommand<any> | (IBaseCommand<any> | BaseCommand<any>)[]; read(): IBaseCommand<any> | BaseCommand<any> | (IBaseCommand<any> | BaseCommand<any>)[]; private parseProperty; private readValue; private readName; private char; } //# sourceMappingURL=FileReader.d.ts.map