UNPKG

@grammyjs/commands

Version:
5 lines (4 loc) 231 B
export type MaybeArray<T> = T | T[]; export declare const ensureArray: <T>(value: MaybeArray<T>) => T[]; export declare function escapeSpecial(str: string): string; export declare function getCommandsRegex(prefix: string): RegExp;