(value: string)
| 98 | * @since 4.0.0 |
| 99 | */ |
| 100 | export function makeValue(value: string): Node { |
| 101 | return { _tag: "Value", value } |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Creates a `Record` node representing an object-like container with known |
no outgoing calls
no test coverage detected