This commit is contained in:
IDONTSUDO 2024-04-11 22:02:57 +03:00
parent c17515d571
commit 0c03906518
25 changed files with 475 additions and 201 deletions

View file

@ -19,6 +19,7 @@ declare global {
isEmpty(): boolean;
isNotEmpty(): boolean;
hasIncludeElement(element: T): boolean;
repeat(quantity: number): Array<T>;
}
interface Number {
fromArray(): number[];