An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# @fxjs/axios

[![Build Status](https://travis-ci.org/fxjs-modules/axios.svg)](https://travis-ci.org/fxjs-modules/axios)
[![NPM version](https://img.shields.io/npm/v/@fxjs/axios.svg)](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