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

https://github.com/raineorshine/nativity-cint

nativity plugin to safely install cint methods onto native object prototypes.
https://github.com/raineorshine/nativity-cint

Last synced: 7 months ago
JSON representation

nativity plugin to safely install cint methods onto native object prototypes.

Awesome Lists containing this project

README

          

# nativity-cint
[nativity](https://github.com/metaraine/nativity) plugin to safely install [cint](https://github.com/metaraine/cint) methods onto native Array, String, Number, and Function prototypes.

## Install

npm install --save nativity-cint

## Usage

require('nativity-cint').install();

// now use cint methods on native object prototypes
console.log('Hello {0}!'.supplant(['Friend']));