0.1.1 #8
@@ -5,7 +5,7 @@ import { AbstractClass, AbstractConstructor, Opaque, UnionToIntersection } from
|
|||||||
* Represents the static members of a class.
|
* Represents the static members of a class.
|
||||||
* @template C - The class type.
|
* @template C - The class type.
|
||||||
*/
|
*/
|
||||||
export type StaticMembers<C> = {
|
type StaticMembers<C> = {
|
||||||
[Key in keyof C as Key extends "prototype" ? never : Key]: C[Key]
|
[Key in keyof C as Key extends "prototype" ? never : Key]: C[Key]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user