UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

13 lines (11 loc) 168 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ /* * Converts the value to an integer */ export default function (val) { return parseInt(val, 10) }