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.

5 lines 227 B
export declare const JSONStartRegex: RegExp; export declare const JSONEndRegex: RegExp; export declare const JSONNumberRegex: RegExp; export default function parseJSON(str: unknown): any; //# sourceMappingURL=parseJSON.d.ts.map