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.

4 lines 220 B
export declare function hex2int(hex: string): number; export declare function int2hex(int: number | string): string; export declare function resolveColor(value: string | number): number; //# sourceMappingURL=hex.d.ts.map