UNPKG

@lxdhub/dbsync

Version:

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

7 lines (6 loc) 146 B
export function trimIfPossible(value: string) { if (value && typeof value === 'string') { return value.trim(); } return ''; }