UNPKG

@tokens-studio/graph-engine-migration

Version:

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

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