This commit is contained in:
8
node_modules/licia/fill.d.ts
generated
vendored
Normal file
8
node_modules/licia/fill.d.ts
generated
vendored
Normal file
@@ -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