UNPKG

@tegain/vue-cli-plugin-mevn

Version:

Add MEVN REST API boilerplate to your Vue-CLI project

5 lines (4 loc) 121 B
export const isObject = obj => { const type = typeof obj; return type === 'function' || type === 'object' && !!obj; };