zenika-open-source / immutadot

immutadot is a JavaScript library to deal with nested immutable structures.
https://immutadot.zenika.com
MIT License
178 stars 5 forks source link

Add init function #288

Closed frinyvonnick closed 6 years ago

frinyvonnick commented 6 years ago

Prerequisites

Description

Add init function

Issue : #234

codecov-io commented 6 years ago

Codecov Report

Merging #288 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #288   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        96     97    +1     
  Lines       279    280    +1     
===================================
+ Hits        279    280    +1
Impacted Files Coverage Δ
packages/immutadot/src/object/create.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update afdcc17...4ab6cdf. Read the comment docs.

frinyvonnick commented 6 years ago

I guess, you are right. create seems more accurate 👍 !