UNPKG

@builder.io/mitosis

Version:

Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io

8 lines (7 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isMitosisNode = void 0; const isMitosisNode = (thing) => { return Boolean(thing && thing['@type'] === '@builder.io/mitosis/node'); }; exports.isMitosisNode = isMitosisNode;