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.
- Host: GitHub
- URL: https://github.com/raineorshine/nativity-cint
- Owner: raineorshine
- Created: 2014-02-23T19:27:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T22:53:17.000Z (over 11 years ago)
- Last Synced: 2025-03-10T15:09:32.603Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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']));