hazelcast-client
Version:
Hazelcast - open source In-Memory Data Grid - client for NodeJS
12 lines • 341 B
JavaScript
;
var StackTraceElement = (function () {
function StackTraceElement() {
this.declaringClass = null;
this.methodName = null;
this.fileName = null;
this.lineNumber = null;
}
return StackTraceElement;
}());
module.exports = StackTraceElement;
//# sourceMappingURL=StackTraceElement.js.map