Add clone method from version 1.3.0

This commit is contained in:
Julien Paroche
2016-01-08 12:19:59 +01:00
parent 4639f126d2
commit 9b36091bd5
+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 {