skills screen
This commit is contained in:
parent
cac5fad8ce
commit
a920f5fb45
49 changed files with 681 additions and 168 deletions
|
@ -26,6 +26,8 @@ declare global {
|
|||
maxLength(length: number): Array<T>;
|
||||
add(element: T): Array<T>;
|
||||
indexOfR(element: T): Result<void, Array<T>>;
|
||||
replacePropIndex(property: Partial<T>, index: number): T[];
|
||||
someR(predicate: (value: T) => boolean): Result<void, Array<T>>;
|
||||
}
|
||||
interface Date {
|
||||
formatDate(): string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue