First function to call
Second function to call
Returns a function that
takes an x
,
returns f(x)
if f(x)
is truthy
or g(x)
if f(x)
is falsy
First function to call
Second function to call
Like path.join
but does not eliminate '.'
Paths to join together
Remove trailing '/'
if there is one
Path to be rid of trailing separator
Silence a unhandled promise rejection warning
Promise to silence
Generated using TypeDoc
Returns a function that takes an
x
, returnsf(x)
iff(x)
is falsy org(x)
iff(x)
is truthy