loupe-typescript
Version:
Loupe Agent for Web clients
12 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class MethodSourceInfo {
constructor(file, method, line, column) {
this.file = file;
this.method = method;
this.line = line;
this.column = column;
}
}
exports.MethodSourceInfo = MethodSourceInfo;
//# sourceMappingURL=MethodSourceInfo.js.map