UNPKG

react-native-archives

Version:
15 lines (14 loc) 350 B
const run = require('./local-cli/run'); const api = require('./local-cli/api'); const utils = require('./local-cli/utils'); const makeBundle = require('./local-cli/bundle'); const {bsdiff, diffPackage, diffPPK} = require('./local-cli/diff'); module.exports = { makeBundle, bsdiff, diffPackage, diffPPK, utils, api, run };