UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

4 lines (3 loc) 85 B
export function isProduction() { return process.env.NODE_ENV === "production"; }