UNPKG

eslint-plugin-deprecation

Version:

ESLint rule that reports usage of deprecated code

6 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deprecation = void 0; const deprecation_1 = require("./deprecation"); exports.deprecation = deprecation_1.default; //# sourceMappingURL=index.js.map