https://github.com/silvae86/node-inheritance
After bashing my head left and right, here is a working version of inheritance for NodeJS "models" that is more or less sane for me.
https://github.com/silvae86/node-inheritance
Last synced: 17 days ago
JSON representation
After bashing my head left and right, here is a working version of inheritance for NodeJS "models" that is more or less sane for me.
- Host: GitHub
- URL: https://github.com/silvae86/node-inheritance
- Owner: silvae86
- Created: 2014-01-03T01:06:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T13:37:07.000Z (over 12 years ago)
- Last Synced: 2025-07-12T12:46:39.306Z (12 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-inheritance
================
After bashing my head left and right, here is a working version of inheritance for NodeJS "models" that is more or less sane for me.