UNPKG

eslint-config-alloy

Version:
7 lines (5 loc) 93 B
let bar1: string | number; const foo1 = <string>bar1; const baz1 = { bar: 1, } as object;