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

Interface AliasGradientFunction

src/index.ts:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface AliasGradientFunction {
32 (str: string): string;
33 multiline: (str: string) => string;
34}
35
36interface GradientCreator {
37 (...colors: [ColorInput[] | StopInput[], GradientOptions?]): GradientFunction;

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…