UNPKG

react-exe

Version:

A powerful React component executor that renders code with external dependencies and custom styling

3 lines (2 loc) 186 B
export declare const transform: (code: string, options?: {}) => import("@babel/core").BabelFileResult; export declare const transformAsync: (code: string, options?: {}) => Promise<any>;