/** * 方法传入值定义 */ export type AsArray = T extends any[] ? T : [T]; //# sourceMappingURL=as-array.d.ts.map