UNPKG

rubic-sdk

Version:
5 lines (4 loc) 177 B
/** * Decorator for classes, which allows to implement static methods through interface. */ export declare function staticImplements<T>(): <U extends T>(constructor: U) => U;