condition fixed
This commit is contained in:
parent
314e070bee
commit
4657652dd0
5 changed files with 28 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue