progress
This commit is contained in:
parent
d70253d6a6
commit
fa645dde92
51 changed files with 657 additions and 281 deletions
|
@ -7,6 +7,7 @@ declare global {
|
|||
equals(array: Array<T>, strict: boolean): boolean;
|
||||
lastElement(): T | undefined;
|
||||
isEmpty(): boolean;
|
||||
isNotEmpty():boolean;
|
||||
}
|
||||
interface String {
|
||||
isEmpty(): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue