UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

8 lines (7 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initialValue = void 0; function initialValue(initial) { return initial !== undefined ? initial : null; } exports.initialValue = initialValue;