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

https://github.com/parro-it/native-functions

Native JavaScript methods converted to functions
https://github.com/parro-it/native-functions

Last synced: 6 months ago
JSON representation

Native JavaScript methods converted to functions

Awesome Lists containing this project

README

          

# native-functions

[![Travis Build Status](https://img.shields.io/travis/parro-it/native-functions/master.svg)](http://travis-ci.org/parro-it/native-functions)
[![NPM downloads](https://img.shields.io/npm/dt/native-functions.svg)](https://npmjs.org/package/native-functions)

> Native js prototypes converted to ramda-like functions

background details relevant to understanding what this module does

## Usage

description of the example

```js
const nativeFunctions = require('native-functions');

console.log({nativeFunctions});
```

This will output

```
```

## API

## Install

With [npm](https://npmjs.org/) installed, run

```bash
npm install --save native-functions
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT