Merge pull request #7539 from julienpa/patch-1

Add clone method from version 1.3.0
This commit is contained in:
Masahiro Wakame
2016-01-11 23:50:48 +09:00
+5
View File
@@ -329,6 +329,11 @@ interface tinycolorInstance {
* Gets the complement of the current color
*/
complement(): tinycolorInstance;
/**
* Gets a new instance with the current color
*/
clone(): tinycolorInstance;
}
declare module Readable {