UNPKG
@tokens-studio/graph-engine-migration
Version:
latest (0.14.1)
0.14.1
0.14.0
0.13.0
0.12.0
A package to upgrade old graph engine files to the new format
@tokens-studio/graph-engine-migration
/
dist
/
migrations
/
index.d.ts
4 lines
•
209 B
TypeScript
View Raw
1
2
3
4
import
{
UpgradeFunction
}
from
'./types.js'
;
export
declare
const
lookup
:
Record
<
string
,
UpgradeFunction
>;
export
declare
const
sortedUpgrades
: [
string
,
UpgradeFunction
][];
//# sourceMappingURL=index.d.ts.map