transformFunction()
ts
function transformFunction(node): string | null;Defined in: transform/type.ts:39
Transform function node to markdown
Parameters
| Parameter | Type | Description |
|---|---|---|
node | Node | SassDoc function node |
Returns
string | null
Markdown of function node, or null if no fields could be transformed
Since
1.0.0
Author
Simon Kovtyk