Skip to content

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Feb 13, 2020
1 parent 30777c9 commit 8e609cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# assignProperties

[![Build Status](https://travis-ci.com/assign-properties.svg?branch=master)](https://travis-ci.com/assign-properties) [![Coverage Status](https://coveralls.io/repos/github/assign-properties/badge.svg?branch=master)](https://coveralls.io/github/assign-properties?branch=master) ![WebReflection status](https://offline.report/status/webreflection.svg)

An [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) like utility that preserve descriptors, as in accessors or value, or configurable, or writable, etc.

```js
Expand All @@ -8,7 +10,7 @@ const assignProperties = require('assign-properties');
// <script src="https://unpkg.com/assign-properties">
```

## Same `Object.assign` API
## Same [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) API

```js
// the issue with assign is that copies are values
Expand Down

0 comments on commit 8e609cb

Please sign in to comment.