UNPKG

telefunc

Version:

Remote functions. Instead of API.

7 lines (6 loc) 222 B
export default BabelPluginTelefunc; import type { PluginObj } from '@babel/core'; import type * as BabelTypes from '@babel/types'; declare function BabelPluginTelefunc(babel: { types: typeof BabelTypes; }): PluginObj;