UNPKG

@camunda8/sdk

Version:

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

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