Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/webpack-merge/dist/join-arrays.d.ts
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

7 lines
240 B
TypeScript

import { Customize, Key } from "./types";
export default function joinArrays({ customizeArray, customizeObject, key, }?: {
customizeArray?: Customize;
customizeObject?: Customize;
key?: Key;
}): (a: any, b: any, k: Key) => any;