UNPKG

objectypes

Version:

A type-safe library to transform and validate objects

2 lines (1 loc) 47 B
export type ClassConstructor<T> = new () => T;