JSPM

object-create

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q37452F

Object.create replacement compatible with old browsers. Extracted from https://github.com/kriskowal/es5-shim

Package Exports

  • object-create

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (object-create) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

object-create

Object.create replacement compatible with old browsers. Extracted from https://github.com/kriskowal/es5-shim

Build Status
browser support

Installation

npm install --save object-create

Usage

var create = require('object-create');
var child = create(proto, props);