UNPKG

d2-ui

Version:
11 lines (9 loc) 229 B
import isString from 'lodash.isstring'; /** * Check if the value is a String * * @name isString * @param param Value to be checked * @returns {boolean} Returns true when the `param` is a String */ export default isString;