(state: State, options: Options)
| 25 | } |
| 26 | |
| 27 | function getValue(state: State, options: Options): string { |
| 28 | return state.value.length > 0 ? state.value : options.default |
| 29 | } |
| 30 | |
| 31 | const renderBeep = Doc.render(Doc.beep, { style: "pretty" }) |
| 32 |
no outgoing calls
no test coverage detected
searching dependent graphs…