UNPKG

vue-js-modal

Version:
12 lines (9 loc) 216 B
export const isString = value => { return typeof value === 'string' } export const isObject = value => { return typeof value === 'object' } export const isFn = value => { return typeof value === 'function' }