Initial content
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.isDevelopment = void 0;
|
||||
const config_1 = require("../config");
|
||||
const isDevelopment = (value) => {
|
||||
return (0, config_1.getEnvironment)() === config_1.Env.Development;
|
||||
};
|
||||
exports.isDevelopment = isDevelopment;
|
||||
Reference in New Issue
Block a user