UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

4 lines (3 loc) 134 B
export default function isDev() { return (typeof ENV_PROD !== "undefined" && !ENV_PROD) || document.cookie.indexOf("lpDev") > -1; }