UNPKG

npm-layer7-protections

Version:

Simple layer7 protections written in typescript

8 lines 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var onError = function (error) { console.error(error); return false; }; exports.default = onError; //# sourceMappingURL=onerror.js.map