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.

13 lines 421 B
import { ArgType, NativeFunction } from "../../structures"; export declare const MaxHexIntValue: 16777215; export declare const MinHexIntValue: 0; export declare const HexHashtagStripping: RegExp; declare const _default: NativeFunction<[{ name: string; rest: false; required: true; type: ArgType.String; description: string; }], true>; export default _default; //# sourceMappingURL=isValidHex.d.ts.map