Skip to content

transformFunction()

ts
function transformFunction(node): string | null;

Defined in: transform/type.ts:39

Transform function node to markdown

Parameters

ParameterTypeDescription
nodeNodeSassDoc function node

Returns

string | null

Markdown of function node, or null if no fields could be transformed

Since

1.0.0

Author

Simon Kovtyk