deleted unnecessary files

added new features
This commit is contained in:
IDONTSUDO 2024-04-09 16:31:30 +03:00
parent 6840402b1f
commit c17515d571
47 changed files with 1039 additions and 479 deletions

View file

@ -22,7 +22,10 @@ declare global {
}
interface Number {
fromArray(): number[];
toPx(): string;
unixFromDate(): string;
}
interface String {
isEmpty(): boolean;
isNotEmpty(): boolean;