(ast: AST.AST)
| 109 | * @category annotations |
| 110 | */ |
| 111 | export const getEmptyDecodeable = (ast: AST.AST): boolean => |
| 112 | getAnnotation<boolean>(ast, AnnotationEmptyDecodeable) ?? false |
| 113 | |
| 114 | /** |
| 115 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected