MCPcopy Index your code
hub / github.com/figma/plugin-samples / isAlias

Function isAlias

variables-import-export/code.js:58–60  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

56}
57
58function isAlias(value) {
59 return value.toString().trim().charAt(0) === "{";
60}
61
62function traverseToken({
63 collection,

Callers 1

traverseTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected