UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

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