UNPKG

eslint-config-alloy

Version:
7 lines (5 loc) 92 B
let bar2: string | number; const foo2 = bar2 as string; const baz2 = { bar: 1, } as any;