UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

12 lines 488 B
import { INodeDefinition } from '../../index.js'; import { Node } from '../../programmatic/node.js'; export declare const algorithms: readonly ["76", "CMC", "2000", "Jz", "ITP", "OK"]; export type algorithm = (typeof algorithms)[number]; export default class NodeDefinition extends Node { static title: string; static type: string; static description: string; constructor(props: INodeDefinition); execute(): void | Promise<void>; } //# sourceMappingURL=deltaE.d.ts.map