UNPKG

onesky-fetch

Version:

Fetch and upload translation files from www.oneskyapp.com working in node.js and browser apps.

9 lines (5 loc) 235 B
'use strict'; var _api = require('./api'); var _api2 = _interopRequireDefault(_api); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = (0, _api2.default)(window.fetch);