Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 386 Bytes

core-utils.api.md

File metadata and controls

12 lines (7 loc) · 386 Bytes

API Report File for "@fluidframework/core-utils"

Do not edit this file. It is a report generated by API Extractor.

// @internal
export const compareArrays: <T>(left: readonly T[], right: readonly T[], comparator?: (leftItem: T, rightItem: T, index: number) => boolean) => boolean;

// (No @packageDocumentation comment for this package)