UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

11 lines 539 B
import caseConvert from './case.js'; import interpolate from './interpolate.js'; import join from './join.js'; import normalize from './normalize.js'; import pad from './pad.js'; import regex from './regex.js'; import replace from './replace.js'; import split from './split.js'; import stringify from './stringify.js'; export declare const nodes: (typeof caseConvert | typeof interpolate | typeof join | typeof normalize | typeof pad | typeof regex | typeof replace | typeof split | typeof stringify)[]; //# sourceMappingURL=index.d.ts.map