rubic-sdk
Version:
Simplify dApp creation
10 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.staticImplements = staticImplements;
/**
* Decorator for classes, which allows to implement static methods through interface.
*/
function staticImplements() {
return (constructor) => constructor;
}
//# sourceMappingURL=static-implements.js.map