Updated on Fri Jul 30 2021
import { PluginObj } from '@babel/core' import * as babel from '@babel/core' export default function ({ types: t }: typeof babel): PluginObj { return { visitor: {...} } }