UNPKG

fluentnode

Version:

Fluent apis for node (based on the concepts used in C#'s FluentSharp

14 lines (8 loc) 270 B
**Boolean::is_True()** returns true if the Boolean value is true Boolean::is_True = -> @.toString() == 'true' **Boolean::is_False()** returns true if the Boolean value is false Boolean::is_False = -> @.toString() == 'false' --- back to [index](index.html)