ClearVision/types/helpers/UtilityHelper.d.ts
2022-07-09 16:03:26 -04:00

4 lines
83 B
TypeScript

export declare class UtilityHelper {
arrayIntersect<T>(a: T[], b: T[]): T[];
}