UNPKG

@tokens-studio/graph-engine-migration

Version:

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

8 lines 377 B
import { Graph } from '@tokens-studio/graph-engine'; export declare const findUpgrades: (version: string) => [string, import("./migrations/types.js").UpgradeFunction][]; export interface IUpdateGraph { verbose?: boolean; } export declare const updateGraph: (graph: Graph, opts?: IUpdateGraph) => Promise<any>; export * from './utils.js'; //# sourceMappingURL=index.d.ts.map