UNPKG

eslint-config-alloy

Version:
5 lines (4 loc) 84 B
function foo2(x: number | string): void; function foo2(x: any): any { return x; }