UNPKG

@gibraltarsoftware/loupe-typescript

Version:
14 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MethodSourceInfo = void 0; var MethodSourceInfo = (function () { function MethodSourceInfo(file, method, line, column) { this.file = file; this.method = method; this.line = line; this.column = column; } return MethodSourceInfo; }()); exports.MethodSourceInfo = MethodSourceInfo; //# sourceMappingURL=MethodSourceInfo.js.map