UNPKG

@lottojs/ciapa

Version:

Sto bibliotecheto fato in JavaScript, te permete de farghe le chiamate HTTP e ciapar tute le informazioni che te serve par el to progèto.

14 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJson = void 0; function isJson(data) { try { JSON.parse(data); return true; } catch (e) { return false; } } exports.isJson = isJson; //# sourceMappingURL=is-json.js.map