FluidFramework/api-report/core-utils.api.md

384 B

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

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


// @public
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)