UNPKG

@builder.io/mitosis

Version:

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

7 lines (6 loc) 192 B
/** * Remove the surrounding block for a function, for instance * * `{ const foo = "bar" }` -> `const foo = "bar"` */ export declare function removeSurroundingBlock(code: string): string;