Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamtiq/object-create-shim
Simple shim for ECMAScript 5 Object.create
https://github.com/gamtiq/object-create-shim
Last synced: about 7 hours ago
JSON representation
Simple shim for ECMAScript 5 Object.create
- Host: GitHub
- URL: https://github.com/gamtiq/object-create-shim
- Owner: gamtiq
- Created: 2013-06-16T13:46:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T21:23:24.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T23:00:05.543Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# object-create-shim
Simple shim for ECMAScript 5 `Object.create`
## Installation
Install [Component](https://github.com/componentjs/component):
npm install -g component
Then:
component install gamtiq/object-create-shim
## Usage
var create = require("object-create-shim");
...
var obj1 = Object.create(someParent1);
var obj2 = create(someParent2);## Licence
MIT