(tag: Tag)
| 2975 | * @since 3.10.0 |
| 2976 | */ |
| 2977 | export const tag = <Tag extends AST.LiteralValue>(tag: Tag): tag<Tag> => |
| 2978 | Literal(tag).pipe(propertySignature, withConstructorDefault(() => tag)) |
| 2979 | |
| 2980 | /** |
| 2981 | * @category api interface |
no test coverage detected