UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

4 lines (3 loc) 84 B
export function Example<T>(exampleModel: T): any { return () => { return; }; }