GNU bug report logs -
#68941
[PATCH 00/44] Node : a solution for tiny packages.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/node-xyz.scm (node-object-assign): New variable.
Change-Id: If3b0507bd849a586d0707fdfeddc2d976a14b6c4
---
gnu/packages/node-xyz.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 2667244192..7eb645df6b 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -1610,6 +1610,14 @@ (define-public node-object-is
@code{NaN}.")
(license license:expat)))
+(define-public node-object-assign
+ (trivial-node-package
+ "object.assign" 0 "Object.assign"
+ "This package provides a Javascript static method that copies all
+enumerable own properties from one or more source objects to a target object.
+It returns he modified target object."
+ #:mozilla-doclink "Global_Objects/Object/assign"))
+
(define-public node-once
(package
(name "node-once")
--
2.41.0
This bug report was last modified 1 year and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.