Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OPERATORS

const OPERATORS: readonly
[
"=",
"==",
"!=",
"<>",
">",
">=",
"<",
"<=",
"in",
"not in",
"is",
"is not",
"like",
"not like",
"match",
"ilike",
"not ilike",
"@>",
"<@",
"&&",
"?",
"?&",
"!<",
"!>",
"<=>",
"!~",
"~",
"~*",
"!~*",
"@@",
"@@@",
"!!",
"<->",
"regexp",
"is distinct from",
"is not distinct from",
"+",
"-",
"*",
"/",
"%",
"^",
"&",
"|",
"#",
"<<",
">>",
"&&",
"||",
"->",
"->>",
"not",
"-",
"exists",
"not exists",
"between",
"between symmetric",
]
;