@types/wallabyjs
Advanced tools
@@ -25,7 +25,7 @@ declare module "wallabyjs" { | ||
| env?: IWallabyEnvironment | undefined; | ||
| files: string[] | IWallabyFilePattern[]; | ||
| files: Array<string | IWallabyFilePattern>; | ||
| postprocessor?: IWallabyProcessor | undefined; | ||
| preprocessors?: IWallabyProcessor | undefined; | ||
| testFramework?: string | undefined; | ||
| tests: string[] | IWallabyFilePattern[]; | ||
| tests: Array<string | IWallabyFilePattern>; | ||
| workers?: IWallabyWorkers | undefined; | ||
@@ -32,0 +32,0 @@ } |
| { | ||
| "name": "@types/wallabyjs", | ||
| "version": "0.0.11", | ||
| "version": "0.0.12", | ||
| "description": "TypeScript definitions for wallabyjs", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wallabyjs", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "553183f2a470ad17163524f7ed0fb36846053e12196f3447d4f731792ea69a8f", | ||
| "typeScriptVersion": "4.5" | ||
| "typesPublisherContentHash": "ce9118e524af830a3e4f6f84d86eab7a8c0ba4d691959a7ed9154cee6dfdaed8", | ||
| "typeScriptVersion": "4.6" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
| * Last updated: Wed, 17 Jan 2024 23:07:22 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
10094
0.06%