@types/chroma-js
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -65,2 +65,4 @@ // Type definitions for Chroma.js 1.4 | ||
valid(color: any): boolean; | ||
hsl(h: number, s: number, l: number): Color; | ||
@@ -219,3 +221,4 @@ | ||
*/ | ||
alpha(a?: number): Color; | ||
alpha(a: number): Color; | ||
alpha(): number; | ||
@@ -222,0 +225,0 @@ darken(f?: number): Color; |
{ | ||
"name": "@types/chroma-js", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "TypeScript definitions for Chroma.js", | ||
@@ -22,8 +22,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chroma-js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c0b614b8f2d52752dccf5f14586528dae95c63ff1b0ac2c61b918106683a99c2", | ||
"typesPublisherContentHash": "498b523026ea8a964b2f5cd6a9331ea6116acb7866a0e837a0005b3beb07403e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 18:54:28 GMT | ||
* Last updated: Fri, 30 Aug 2019 00:57:05 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: chroma | ||
# Credits | ||
These definitions were written by Sebastian Brückner <https://github.com/invliD>, Marcin Pacholec <https://github.com/mpacholec>. | ||
These definitions were written by Sebastian Brückner <https://github.com/invliD>, and Marcin Pacholec <https://github.com/mpacholec>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20204
411