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-is-boolean-object): New variable.
Change-Id: If3dd7bde4b3e91649ab90aede3455698b2f0eb86
---
gnu/packages/node-xyz.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index ccd0e0c31f..6da4d52a90 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -935,6 +935,13 @@ (define-public node-is-bigint
the passed value is a @code{Bigint} object."
#:mozilla-doclink "Global_Objects/BigInt"))
+(define-public node-is-boolean-object
+ (trivial-node-package
+ "is-boolean-object" 0 (node-is-type-object "Boolean")
+ "This package provides a Javascript static method that determines whether
+the passed value is a @code{Boolean} object."
+ #:mozilla-doclink "Global_Objects/Boolean"))
+
(define-public node-is-callable
(package
(name "node-is-callable")
--
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.