UNPKG

@lxdhub/dbsync

Version:

Display, search and copy LXD-images using a web interface.

10 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function trimIfPossible(value) { if (value && typeof value === 'string') { return value.trim(); } return ''; } exports.trimIfPossible = trimIfPossible; //# sourceMappingURL=trim-if-possible.js.map