Skip to main content
Module

x/swdev/swc_wasm/types.ts>BinaryOperator

No bundle frontend by service-worker
Latest
type alias BinaryOperator
import { type BinaryOperator } from "https://deno.land/x/swdev@0.5.2/swc_wasm/types.ts";
definition:
| "=="
| "!="
| "==="
| "!=="
| "<"
| "<="
| ">"
| ">="
| "<<"
| ">>"
| ">>>"
| "+"
| "-"
| "*"
| "/"
| "%"
| "**"
| "|"
| "^"
| "&"
| "||"
| "&&"
| "in"
| "instanceof"
| "??"