# assign-properties **Repository Path**: mirrors_WebReflection/assign-properties ## Basic Information - **Project Name**: assign-properties - **Description**: An `Object.assign` like utility that preserve descriptors - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # assignProperties [![Build Status](https://travis-ci.com/WebReflection/assign-properties.svg?branch=master)](https://travis-ci.com/WebReflection/assign-properties) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/assign-properties/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/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 import assignProperties from 'assign-properties'; const assignProperties = require('assign-properties'); //