alexander test
This commit is contained in:
parent
3b8d9e4298
commit
401080d78e
41 changed files with 811 additions and 363 deletions
|
@ -28,6 +28,7 @@ declare global {
|
|||
indexOfR(element: T): Result<void, Array<T>>;
|
||||
replacePropIndex(property: Partial<T>, index: number): T[];
|
||||
someR(predicate: (value: T) => boolean): Result<void, Array<T>>;
|
||||
updateAll(value: Partial<T>): Array<T>;
|
||||
}
|
||||
interface Date {
|
||||
formatDate(): string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue