UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

6 lines 242 B
/** * The version of the current package, used to aid with migrations. * Note this needs to be updated in accordance with changes to internal engine data structures. */ export const VERSION = '0.12.0'; //# sourceMappingURL=constants.js.map