UNPKG

sw-helper

Version:

[![NPM](http://img.shields.io/npm/v/preact-router.svg)](https://www.npmjs.com/package/preact-router)

11 lines (9 loc) 202 B
/** * Created by imamudinnaseem on 8/2/18 */ import config from './config'; export default function (...args: any[]) { if (!config.disableLogging) { console.log.apply(null, args) } }