UNPKG

@swimlane/eslint-config

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