UNPKG

eploy2

Version:

Easy deployment for any programming languages and also transfer the files to a server instantly with a single command

12 lines 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJson = void 0; exports.isJson = function (params) { try { return JSON.parse(params); } catch (e) { return false; } }; //# sourceMappingURL=common.js.map