Skip to content

Commit

Permalink
dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Aug 22, 2023
1 parent 6e98698 commit 391f090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export function findIterator<T>(iter: Iterable<T>, predicate: (element: T, index
return undefined;
}


/** @internal */
export function findLast<T, U extends T>(array: readonly T[] | undefined, predicate: (element: T, index: number) => element is U, startIndex?: number): U | undefined;
/** @internal */
Expand Down

0 comments on commit 391f090

Please sign in to comment.