(since: string, replacement: string)
| 36 | ${comment}` |
| 37 | } |
| 38 | function getDeprecationString(since: string, replacement: string) { |
| 39 | return `@deprecated since ${since} please use \`${replacement}\`` |
| 40 | } |
| 41 | const undefinedNote = `Note, that providing \`undefined\` is treated as the value not being there. |
| 42 | Read more here: https://pris.ly/d/null-undefined` |
| 43 |