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.

12 lines 384 B
import { ArgType, NativeFunction } from "../../structures"; export declare const SplitTextName: "splits"; export declare const Segmenter: Intl.Segmenter; declare const _default: NativeFunction<[{ name: string; description: string; rest: false; required: true; type: ArgType.String; }], true>; export default _default; //# sourceMappingURL=segmentTextSplit.d.ts.map