更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
declare function fill(
|
||||
list: any[],
|
||||
val: any,
|
||||
start?: number,
|
||||
end?: number
|
||||
): any[];
|
||||
|
||||
export = fill;
|
||||
Reference in New Issue
Block a user