@tokens-studio/graph-engine
Version:
An execution engine to handle Token Studios generators and resolvers
10 lines • 506 B
TypeScript
import constant from './constant.js';
import input from './input.js';
import objectMerge from './objectMerge.js';
import objectPath from './objectProperty.js';
import objectify from './objectify.js';
import panic from './panic.js';
import subgraph from './subgraph.js';
import time from './time.js';
export declare const nodes: (typeof input | typeof constant | typeof objectMerge | typeof objectPath | typeof objectify | typeof panic | typeof subgraph | typeof time)[];
//# sourceMappingURL=index.d.ts.map