UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

18 lines 1.01 kB
import contrast from './contrast.js'; import contrasting from './contrasting.js'; import contrastingAlpha from './contrastingAlpha.js'; import contrastingFromArray from './contrastingFromArray.js'; import convert from './convert.js'; import create from './create.js'; import darken from './darken.js'; import deconstruct from './deconstruct.js'; import distance from './distance.js'; import matchAlpha from './matchAlpha.js'; import mix from './mix.js'; import name from './name.js'; import range from './range.js'; import scale from './scale.js'; import sortByDistance from './sortByDistance.js'; import stringToCol from './stringToColor.js'; export declare const nodes: (typeof contrast | typeof contrasting | typeof contrastingAlpha | typeof contrastingFromArray | typeof convert | typeof create | typeof darken | typeof deconstruct | typeof distance | typeof matchAlpha | typeof mix | typeof name | typeof range | typeof scale | typeof sortByDistance | typeof stringToCol)[]; //# sourceMappingURL=index.d.ts.map