3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
|
// @flow
|
||
|
declare function __(a: string, b?: string | number): string;
|