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
- Host: GitHub
- URL: https://github.com/parro-it/native-functions
- Owner: parro-it
- License: mit
- Created: 2017-10-29T18:47:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T20:24:31.000Z (about 8 years ago)
- Last Synced: 2024-08-10T23:16:31.181Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# native-functions
[](http://travis-ci.org/parro-it/native-functions)
[](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