UNPKG

botframework-webchat-component

Version:
5 lines 250 B
/** * Intersects 2 or more arrays and return an array of values which are common to all of them. */ export default function intersectionOf<T>(arg0: readonly T[], ...args: readonly (readonly T[])[]): T[]; //# sourceMappingURL=intersectionOf.d.ts.map