UNPKG

babel-plugin-show-source-strip-types

Version:
3 lines (2 loc) 290 B
import { NodePath, types } from '@babel/core'; export default function createInjectionWrapper(path: NodePath<types.ArrowFunctionExpression | types.FunctionExpression>, funcCode: string | undefined, property: string, removeFunction?: boolean): types.CallExpression | types.ObjectExpression;