mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7539 from julienpa/patch-1
Add clone method from version 1.3.0
This commit is contained in:
Vendored
+5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user