Comparing version 1.18.6 to 1.18.7
@@ -185,3 +185,3 @@ // Type definitions for gm 1.18 | ||
mode(mode: OperationMode | string): State; | ||
modulate(b: number, s: number, h: number): State; | ||
modulate(b: number, s?: number, h?: number): State; | ||
monitor(): State; | ||
@@ -188,0 +188,0 @@ monochrome(): State; |
{ | ||
"name": "@types/gm", | ||
"version": "1.18.6", | ||
"version": "1.18.7", | ||
"description": "TypeScript definitions for gm", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -40,4 +40,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "30c8873f69d9f827f545e030b7d6ff085ed10ff1389beb34a143374b5ba74969", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "ade45ebb74ce3d32722f61b0484d3f7cb71704a7191a4ed16e845d4a56292dba", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gm | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gm. | ||
Additional Details | ||
* Last updated: Tue, 05 Nov 2019 00:51:27 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Thu, 26 Dec 2019 16:59:07 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Joel Spadin <https://github.com/ChaosinaCan>, Maarten van Vliet <https://github.com/maartenvanvliet>, Vaclav Mlejnsky <https://github.com/mlejva>, and Dimitry Kooijmans <https://github.com/mrcageman>. | ||
These definitions were written by Joel Spadin (https://github.com/ChaosinaCan), Maarten van Vliet (https://github.com/maartenvanvliet), Vaclav Mlejnsky (https://github.com/mlejva), and Dimitry Kooijmans (https://github.com/mrcageman). |
23869