UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

11 lines (10 loc) 262 B
import { PluginObj } from "@babel/core"; import * as babelTypes from "@babel/types"; //#region src/plugins/babel.d.ts declare function export_default({ types: t }: { types: typeof babelTypes; }): PluginObj; //#endregion export { export_default as default };