UNPKG

pridoujs

Version:
5 lines (4 loc) 226 B
export declare const MULTIPLICATIVE_OPERATORS: Set<string>; export declare const ADDITIVE_OPERATORS: Set<string>; export declare const COMPARISON_OPERATORS: Set<string>; export declare const ASSIGNMENT_OPERATORS: Set<string>;