UNPKG

@archway-kit/react

Version:

React components to interact with the Archway network

8 lines (6 loc) 178 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./archway-kit.prod.cjs'); } else { module.exports = require('./archway-kit.dev.cjs'); }