UNPKG

@swimlane/eslint-config

Version:
7 lines (6 loc) 113 B
export default function goodbye(a: number): string { if (a === 1) { return 'Earth' } return 'World'; }