UNPKG

131 BJavaScriptView Raw
1'use strict';
2
3require('babel-core').transform('code', {
4 plugins: ['transform-runtime']
5});
6
7module.exports = require('./client');
\No newline at end of file