@types/split2
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -24,5 +24,5 @@ // Type definitions for split2 4.2 | ||
} | ||
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[]; }; | ||
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[] }; | ||
} | ||
export = split; |
{ | ||
"name": "@types/split2", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "TypeScript definitions for split2", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/split2", | ||
}, | ||
"typesPublisherContentHash": "143efeab63c4715c58b032a5b7f0c28221eea6f4f9dade60348f9bbe5c1628f1", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "b587c389620e4382481df94395a08619ec30e71755bf40f31ee1f93c57b85d63", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -34,3 +34,3 @@ # Installation | ||
} | ||
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[]; }; | ||
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[] }; | ||
} | ||
@@ -43,3 +43,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 18 Apr 2023 23:02:45 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -46,0 +46,0 @@ * Global values: none |
4558