UNPKG

@tokens-studio/graph-engine-migration

Version:

A package to upgrade old graph engine files to the new format

3 lines 227 B
import type { SerializedGraph } from '@tokens-studio/graph-engine'; export declare const removeRedundantInputValues: (graph: SerializedGraph) => Promise<SerializedGraph>; //# sourceMappingURL=removeRedundantInputValues.d.ts.map