UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

9 lines (8 loc) 194 B
import "reflect-metadata"; /** * Required decorator */ export declare function Required(): { (target: Function): void; (target: Object, propertyKey: string | symbol): void; };