UNPKG

rubic-sdk

Version:
10 lines 334 B
"use strict"; 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