3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
|
declare function subtract<T>(arrayA?: T[], arrayB?: T[]): T[];
|
||
|
export default subtract;
|