UNPKG

@0xcert/utils

Version:

General utility module with common helper functions.

8 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toString = void 0; function toString(val) { return val !== null && val !== undefined ? val.toString() : null; } exports.toString = toString; //# sourceMappingURL=to-string.js.map