UNPKG

@platform/http

Version:

Tools for working with HTTP.

5 lines (4 loc) 160 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_PROD = void 0; exports.IS_PROD = process.env.NODE_ENV === 'production';