UNPKG

mozambique-utils

Version:

Easy to use parsers and validators for mozambican (🇲🇿) data-type formatted strings.

9 lines (8 loc) • 243 B
/** * Checks if `value` is of type string * * @param {unknwon} value The value to check. * @returns {boolean} true if string otherwise false. */ declare const assert_string: (value: unknown) => void; export default assert_string;