UNPKG

@camunda8/sdk

Version:

[![NPM](https://nodei.co/npm/@camunda8/sdk.png)](https://www.npmjs.com/package/@camunda8/sdk)

7 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueOrDefault = ValueOrDefault; function ValueOrDefault(value, defaultValue) { return value ?? defaultValue; } //# sourceMappingURL=ValueOrDefault.js.map