mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 21:31:39 +00:00
update
This commit is contained in:
2
node_modules/constantinople/lib/binaryOperation.d.ts
generated
vendored
Normal file
2
node_modules/constantinople/lib/binaryOperation.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
export declare type Operator = '+' | '-' | '/' | '%' | '*' | '**' | '&' | '|' | '>>' | '>>>' | '<<' | '^' | '==' | '===' | '!=' | '!==' | 'in' | 'instanceof' | '>' | '<' | '>=' | '<=';
|
||||
export default function binaryOperation(operator: Operator, left: any, right: any): any;
|
Reference in New Issue
Block a user