UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

6 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bind = void 0; const bind = (method, dependencies) => method.bind(undefined, dependencies); exports.bind = bind; //# sourceMappingURL=binding.js.map