mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
fix merge issues
This commit is contained in:
parent
0d0de5ac48
commit
f18e20316a
@ -74,11 +74,6 @@ namespace ts {
|
||||
GreaterThan = 1
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
export function isArray(obj: any): boolean {
|
||||
return Array.isArray ? Array.isArray(obj) : typeof obj === "object" && obj instanceof Array;
|
||||
}
|
||||
|
||||
/**
|
||||
* Iterates through 'array' by index and performs the callback on each element of array until the callback
|
||||
* returns a truthy value, then returns that value.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user