UNPKG

ts-mockito

Version:
11 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var RealMethod = (function () { function RealMethod(descriptor, instance) { this.descriptor = descriptor; this.instance = instance; } return RealMethod; }()); exports.RealMethod = RealMethod; //# sourceMappingURL=RealMethod.js.map