UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

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