condition fixed

This commit is contained in:
IDONTSUDO 2024-09-30 18:34:59 +03:00
parent 314e070bee
commit 4657652dd0
5 changed files with 28 additions and 16 deletions

View file

@ -29,6 +29,7 @@ declare global {
replacePropIndex(property: Partial<T>, index: number): T[];
someR(predicate: (value: T) => boolean): Result<void, Array<T>>;
updateAll(value: Partial<T>): Array<T>;
atR(index: number): Result<void, T>;
}
interface Date {
formatDate(): string;