UNPKG

sound-manager

Version:
4 lines (3 loc) 87 B
export interface IConstructor<T extends object = {}> { new (...args: any[]): T; }