fexios
Version:
Fetch based HTTP client with similar API to axios for browser and Node.js
1 lines • 767 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * Fexios\n * @desc Fetch based HTTP client with similar API to axios for browser and Node.js\n *\n * @license MIT\n * @author dragon-fish <dragon-fish@qq.com>\n */\n\n// Export all types\nexport * from './types.js'\n\n// Export models\nexport * from './models/index.js'\n\n// Export utilities\nexport * from './utils/index.js'\n\n// Export main Fexios class\nexport * from './fexios.js'\n\n// Support for direct import\nimport { Fexios } from './fexios.js'\nexport const createFexios = Fexios.create\nexport const fexios = createFexios()\nexport default fexios\n"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsBO,MAAM,eAAe,MAAA,CAAO;AAC5B,MAAM,SAAS,YAAA;;;;"}