UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

13 lines (11 loc) 177 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ /* * Determines if the value is a string */ export default function (val) { return typeof val === 'string' }