details preview
This commit is contained in:
parent
81238c5182
commit
0a4eea19c5
39 changed files with 242 additions and 286 deletions
|
@ -42,6 +42,7 @@ declare global {
|
|||
isEqualMany(str: string[]): boolean;
|
||||
hasPattern(pattern: string): boolean;
|
||||
hasNoPattern(pattern: string): boolean;
|
||||
divideByIndex(index: number): string[]
|
||||
}
|
||||
|
||||
interface Map<K, V> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue