Skip to content

rjrodger/nua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nua

npm version Build Status Coverage Status Dependency Status DeepScan grade

Reference-preserving merge.

  var base = {a:{b:1}}
  var base_a = base.a
  var src = {a:{b:2}}

  Nua(base,src)
  expect(base).equal({a:{b:2}})
  expect(base_a === base.a).true()

Install

npm install nua

Notes

From the Irish nua. Pronounced noo-ah.

License

Copyright (c) 2014-2016, Seamus D'Arcy and other contributors. Licensed under MIT.

About

nua

Resources

License

Stars

Watchers

Forks

Packages

No packages published