UNPKG
@tokens-studio/graph-engine-nodes-figma
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
Figma-specific nodes for the graph engine
@tokens-studio/graph-engine-nodes-figma
/
dist
/
schemas
/
utils.js
5 lines
•
106 B
JavaScript
View Raw
1
2
3
4
5
export
const
arrayOf =
type
=> ({
type
:
'array'
, items:
type
});
//# sourceMappingURL=utils.js.map