芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/webpack-merge/dist/join-arrays.d.ts
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;