UNPKG

@wener/console

Version:
9 lines (8 loc) 190 B
import { isProduction } from 'std-env'; export var ProdOnly = function(param) { var children = param.children; if (isProduction) { return children; } return null; };