UNPKG

babel-plugin-transform-reblend-function-to-class

Version:

8 lines (7 loc) 285 B
import * as t from '@babel/types'; import type { PluginPass, NodePath } from '@babel/core'; interface FunctionToClass { (functionName: string, path: NodePath<t.Function>, state: PluginPass): void; } declare const spreadCustomHook: FunctionToClass; export default spreadCustomHook;