UNPKG

react-ocean-forms

Version:
12 lines (11 loc) 390 B
/** * Copyright (c) 2018-present, Umweltbundesamt GmbH * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** * Returns TRUE if a string s has a value. * FALSE is returned, if s is undefined, null or empty. */ export declare function stringHasValue(s: string | null | undefined): s is string;