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