Files
conference-room-booking-system/frontend/node_modules/fork-ts-checker-webpack-plugin/lib/utils/array/intersect.d.ts

3 lines
90 B
TypeScript
Raw Normal View History

declare function intersect<T>(arrayA?: T[], arrayB?: T[]): T[];
export default intersect;