UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

9 lines (8 loc) 238 B
import { Options } from "../index"; export interface JSXPragmaInfo { base: string; suffix: string; fragmentBase: string; fragmentSuffix: string; } export default function getJSXPragmaInfo(options: Options): JSXPragmaInfo;