type alias UnaryOperatorimport { type UnaryOperator } from "https://deno.land/x/live@1.60.0/deps.ts"; definition: | "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"