ship-gis/node_modules/fork-ts-checker-webpack-plugin/lib/utils/array/substract.d.ts

3 lines
88 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
declare function subtract<T>(arrayA?: T[], arrayB?: T[]): T[];
export default subtract;