%PDF- %PDF-
Direktori : /www/specpages-backup/node_modules/constantinople/lib/ |
Current File : /www/specpages-backup/node_modules/constantinople/lib/binaryOperation.d.ts |
export declare type Operator = '+' | '-' | '/' | '%' | '*' | '**' | '&' | '|' | '>>' | '>>>' | '<<' | '^' | '==' | '===' | '!=' | '!==' | 'in' | 'instanceof' | '>' | '<' | '>=' | '<='; export default function binaryOperation(operator: Operator, left: any, right: any): any;