Repository URL to install this package:
Version:
0.9.5 ▾
|
function log() {
if (typeof window === 'object' && process.env.NODE_ENV !== 'test') {
// console.log.apply(console, arguments)
}
}
export { log }
export default log