3 lines
221 B
TypeScript
3 lines
221 B
TypeScript
export declare const isOperatorOfType: (type: string, key: string, ignoreCase?: boolean) => boolean;
|
|
export declare const isOperator: (key: string, ignoreCase?: boolean) => boolean;
|
|
//# sourceMappingURL=operators.d.ts.map
|