зеркало из https://github.com/Azure/autorest.git
removed extra fn
This commit is contained in:
Родитель
d0fb583ecf
Коммит
93d9fdcca7
2
perks
2
perks
|
@ -1 +1 @@
|
|||
Subproject commit 2cbfec57018cbcde3283b12d515b3e6194a1b952
|
||||
Subproject commit f744521463c40ee8547b72ae50aa1ab15e88b78c
|
|
@ -4,14 +4,6 @@ import { PipelinePlugin } from '../common';
|
|||
import { Dictionary, items } from '@microsoft.azure/linq';
|
||||
import * as compareVersions from 'compare-versions';
|
||||
|
||||
export function typeOf(obj: any) {
|
||||
const t = typeof (obj);
|
||||
return t === 'object' ?
|
||||
Array.isArray(obj) ?
|
||||
'array' :
|
||||
'object' :
|
||||
t;
|
||||
}
|
||||
|
||||
function getMaxApiVersion(apiVersions: Array<string>): string {
|
||||
let result = '0';
|
||||
|
|
Загрузка…
Ссылка в новой задаче