| 19 | } |
| 20 | |
| 21 | interface MultiLineGradientFunction { |
| 22 | (str: string): string; |
| 23 | |
| 24 | /** |
| 25 | * @deprecated |
| 26 | * Pass options like this instead: gradient(['red', 'blue'], options).multiline('...') |
| 27 | */ |
| 28 | (str: string, opts?: GradientOptions): string; |
| 29 | } |
| 30 | |
| 31 | interface AliasGradientFunction { |
| 32 | (str: string): string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…