UNPKG

tslint-config-alloy

Version:
8 lines (6 loc) 94 B
interface Bar1 { baz: string; } function foo1(bar: Bar1 | null) { return bar!.baz; }