UNPKG

@triviality/serializer

Version:
2 lines (1 loc) 60 B
export type ClassConstructor<T> = new(...args: any[]) => T;