UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

11 lines (10 loc) 255 B
import "reflect-metadata"; /** * Extends decorator * @param name * @param config */ export declare function Extends(...objects: (new () => any)[]): { (target: Function): void; (target: Object, propertyKey: string | symbol): void; };