UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

8 lines 285 B
import and from './and.js'; import compare from './compare.js'; import ifNode from './if.js'; import not from './not.js'; import or from './or.js'; import switchNode from './switch.js'; export const nodes = [and, compare, ifNode, not, or, switchNode]; //# sourceMappingURL=index.js.map