ft_transcendence/pong/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts
2023-05-02 19:15:50 +02:00

4 lines
68 B
TypeScript

export interface Abstract<T> extends Function {
prototype: T;
}