UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

10 lines (9 loc) 236 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; export = export_default;