@a11ywatch/core
Version:
a11ywatch central API
10 lines • 330 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getParams = void 0;
const getParams = (data) => {
return data && typeof data == "string"
? JSON.parse(data)
: { domain: undefined, user_id: undefined };
};
exports.getParams = getParams;
//# sourceMappingURL=get-params.js.map
;