UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

7 lines 305 B
import and from './and.js'; import compare from './compare.js'; import ifNode from './if.js'; import not from './not.js'; import switchNode from './switch.js'; export declare const nodes: (typeof and | typeof compare | typeof ifNode | typeof not | typeof switchNode)[]; //# sourceMappingURL=index.d.ts.map