UNPKG

node-web-mvc

Version:
14 lines (13 loc) 564 B
import JsonSerializer from './JsonSerializer'; declare class JsonSerialize { __exclude_keys__: string; using: typeof JsonSerializer; getSerializer(): JsonSerializer; } declare const _default: { (options: import("../servlets/annotations/Target").CreateOptions<typeof JsonSerialize>): (target: Object, propertyKey: string) => any; (target: { [x: string]: any; }, propertyKey: string): any; } & import("../servlets/annotations/annotation/type").LinkAnnotationType<typeof JsonSerialize> & typeof JsonSerialize; export default _default;