Function isTruthy

Returns if value is strict JS truthy, i.e !!value, along with value !== z.NOTHING && not new Boolean(false)

@todo: type guard