(ast: AST.AST)
| 116 | * @category annotations |
| 117 | */ |
| 118 | export const getMultipart = (ast: AST.AST): Multipart_.withLimits.Options | undefined => |
| 119 | getAnnotation<Multipart_.withLimits.Options>(ast, AnnotationMultipart) |
| 120 | |
| 121 | /** |
| 122 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected