https://github.com/koding/inherits-underscore
mix in lodash methods
https://github.com/koding/inherits-underscore
Last synced: about 1 month ago
JSON representation
mix in lodash methods
- Host: GitHub
- URL: https://github.com/koding/inherits-underscore
- Owner: koding
- Created: 2015-05-06T03:04:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T10:41:05.000Z (about 9 years ago)
- Last Synced: 2025-09-28T02:00:50.478Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ~~inherits-underscore~~ inherits-lodash
mix in lodash methods.
```
npm i inherits-underscore
```
# api
## inherits-underscore(proto, methods, attr_methods)
# license
Extracted and slightly modified from [backbone.js](https://github.com/jashkenas/backbone).