deno/cli/tests/config.ts

6 lines
100 B
TypeScript

const map = new Map<string, { foo: string }>();
if (map.get("bar").foo) {
console.log("here");
}