https://github.com/fxjs-modules/axios
fibjs wrapper for axios
https://github.com/fxjs-modules/axios
Last synced: 3 months ago
JSON representation
fibjs wrapper for axios
- Host: GitHub
- URL: https://github.com/fxjs-modules/axios
- Owner: fxjs-modules
- License: gpl-3.0
- Created: 2018-10-03T13:45:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T15:47:02.000Z (over 6 years ago)
- Last Synced: 2025-01-09T08:23:56.136Z (4 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @fxjs/axios
[](https://travis-ci.org/fxjs-modules/axios)
[](https://www.npmjs.org/package/@fxjs/axios)> List of the [FibJS] builtin modules
## Pre-requisite
- `fibjs >= 0.21.0`
## Usage
```javascript
const builtinModules = require('@fxjs/axios');console.log(builtinModules);
//=> ['assert', 'buffer', ...]
```## API
Returns an array of builtin modules fetched from the running [FibJS] version.
## License
[GPL-3.0](https://opensource.org/licenses/GPL-3.0)
Copyright (c) 2018-present, Richard
[FibJS]:https://github.com/fibjs/fibjs