alexander test

This commit is contained in:
IDONTSUDO 2024-09-20 13:56:33 +03:00
parent 3b8d9e4298
commit 401080d78e
41 changed files with 811 additions and 363 deletions

View file

@ -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;