@types/karma-jasmine-html-reporter
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -6,5 +6,5 @@ // Type definitions for karma-jasmine-html-reporter 1.7 | ||
import 'karma'; | ||
import "karma"; | ||
declare module 'karma' { | ||
declare module "karma" { | ||
interface ConfigOptions { | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "@types/karma-jasmine-html-reporter", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "TypeScript definitions for karma-jasmine-html-reporter", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-jasmine-html-reporter", | ||
}, | ||
"typesPublisherContentHash": "d4a529e6d4ccfc733472d4f1d024dc22218b8c360b07da215303d8727edc27f2", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "e42cf01844bf2f6673c747a1664ab20016d64b2868d5040b82b2b364008ae6e2", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,5 +16,5 @@ # Installation | ||
import 'karma'; | ||
import "karma"; | ||
declare module 'karma' { | ||
declare module "karma" { | ||
interface ConfigOptions { | ||
@@ -41,3 +41,3 @@ /** | ||
### Additional Details | ||
* Last updated: Fri, 29 Oct 2021 12:01:21 GMT | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Dependencies: [@types/karma](https://npmjs.com/package/@types/karma) | ||
@@ -44,0 +44,0 @@ * Global values: none |