(value: string)
| 95 | * @see {@link makeArray} – for array-like containers |
| 96 | * |
| 97 | * @category constructors |
| 98 | * @since 4.0.0 |
| 99 | */ |
| 100 | export function makeValue(value: string): Node { |
| 101 | return { _tag: "Value", value } |
| 102 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…