MCPcopy Create free account
hub / github.com/bokub/gradient-string / MultiLineGradientFunction

Interface MultiLineGradientFunction

src/index.ts:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface 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
31interface AliasGradientFunction {
32 (str: string): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…