UNPKG

@nortex/handler

Version:

The easy to use, all-in-one command and event handler.

7 lines (6 loc) 225 B
export declare enum QueryingMode { Exact = "exact", StartsWith = "startsWith", Includes = "includes" } export declare const CustomID: (customId: string, queryingMode?: QueryingMode) => (target: Function) => void;