This commit is contained in:
IDONTSUDO 2024-04-26 15:44:09 +03:00
parent e155b4a2a1
commit c4ddb3dc8c
23 changed files with 333 additions and 132 deletions

View file

@ -26,7 +26,9 @@ declare global {
toPx(): string;
unixFromDate(): string;
isValid(str: string): boolean;
randRange(min:number,max:number):number
randRange(min: number, max: number): number;
isPositive(): boolean;
isNegative(): boolean;
}
interface String {