deno_cli 0.23.0

Provides the deno executable
Documentation
const map = new Map<string, { foo: string }>();

if (map.get("bar").foo) {
  console.log("here");
}