0 | module Node.JS.Misc
1 |
2 | import Node.Internal.Support
3 |
4 | export
5 | %foreign "node:lambda: (ty, o) => o ? _true() : _false()"
6 | truthy : a -> Bool
7 |
8 |