UNPKG

@tokens-studio/graph-engine-migration

Version:

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

4 lines 209 B
import { UpgradeFunction } from './types.js'; export declare const lookup: Record<string, UpgradeFunction>; export declare const sortedUpgrades: [string, UpgradeFunction][]; //# sourceMappingURL=index.d.ts.map