Skip to content

Commit f18e203

Browse files
committed
fix merge issues
1 parent 0d0de5a commit f18e203

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/compiler/core.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ namespace ts {
7474
GreaterThan = 1
7575
}
7676

77-
/* @internal */
78-
export function isArray(obj: any): boolean {
79-
return Array.isArray ? Array.isArray(obj) : typeof obj === "object" && obj instanceof Array;
80-
}
81-
8277
/**
8378
* Iterates through 'array' by index and performs the callback on each element of array until the callback
8479
* returns a truthy value, then returns that value.

0 commit comments

Comments
 (0)