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
/
types.d.ts
3 lines
•
187 B
TypeScript
View Raw
1
2
3
import
type
{
SerializedGraph
}
from
'@tokens-studio/graph-engine'
;
export
type
UpgradeFunction
=
(
graph
:
SerializedGraph
) =>
Promise
<
SerializedGraph
>;
//# sourceMappingURL=types.d.ts.map