@tokens-studio/graph-engine
Version:
An execution engine to handle Token Studios generators and resolvers
10 lines • 559 B
TypeScript
import alternating from './alternating.js';
import arithmetic from './arithmetic.js';
import exponentialDecay from './exponentialDecay.js';
import fibonacci from './fibonacci.js';
import geometric from './geometric.js';
import inverseLinear from './inverseLinear.js';
import linear from './linear.js';
import power from './power.js';
export declare const nodes: (typeof alternating | typeof arithmetic | typeof exponentialDecay | typeof fibonacci | typeof geometric | typeof inverseLinear | typeof linear | typeof power)[];
//# sourceMappingURL=index.d.ts.map