UNPKG

123 BTypeScriptView Raw
1/**
2 * Sets the specified default value for the annotated field
3 */
4export declare function Default(value: any): Function;