JSPM

@ungap/assign

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q15887F
  • License ISC

An Object.assign polyfill

Package Exports

  • @ungap/assign

Readme

Object.assign

Build Status Coverage Status Greenkeeper badge WebReflection status

An Object.assign polyfill.

  • CDN, as global assign utility, via https://unpkg.com/@ungap/assign
  • ESM via import assign from '@ungap/assign'
  • CJS via const assign = require('@ungap/assign')

Compatible with every JS engine.

Live test