Bump dependencies
This commit is contained in:
parent
346fc96df8
commit
c6438a9e21
20 changed files with 115 additions and 72 deletions
|
|
@ -23,6 +23,11 @@ declare global {
|
|||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
interface Iterable<T> {
|
||||
x: T;
|
||||
y: T;
|
||||
}
|
||||
}
|
||||
|
||||
applyArrayPlugins();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue