UNPKG

138 BTypeScriptView Raw
1import { PluginObj } from '@babel/core';
2import { PluginState } from './types';
3export default function plugin(): PluginObj<PluginState>;