UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (5 loc) 237 B
import { config } from '../../config' export const isProd = () => ['prod', 'production'].indexOf(config.ENV.toLowerCase()) !== -1 export const isDev = () => ['dev', 'development', 'si'].indexOf(config.ENV.toLowerCase()) !== -1