TypeScript-TmLanguage/tests/cases/Issue751.ts

6 строки
113 B
TypeScript

export const o: any = {
shortValuationPdfUuid: (
): Array<Map<string, number>> => {
return [];
}
}