vending-machine/mobile/node_modules/licia/fill.d.ts
2026-04-03 06:07:13 +08:00

9 lines
117 B
TypeScript

declare function fill(
list: any[],
val: any,
start?: number,
end?: number
): any[];
export = fill;