UNPKG

eas-cli

Version:
2 lines (1 loc) 78 B
export default function intersection<T = any>(items1: T[], items2: T[]): T[];