progress
This commit is contained in:
parent
e155b4a2a1
commit
c4ddb3dc8c
23 changed files with 333 additions and 132 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue