UNPKG

mand-mobile

Version:

A Vue.js 2.0 Mobile UI Toolkit

6 lines (4 loc) 127 B
import {isProd} from './env' export const warn = (msg, fn = 'error') => { !isProd && console[fn](`[Mand-Mobile]: ${msg}`) }