UNPKG

@azure/cosmos

Version:
6 lines 228 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export function isNonEmptyString(variable) { return typeof variable === "string" && variable.trim().length > 0; } //# sourceMappingURL=strings.js.map