Skip to main content

code

printCodeArguments()​

function printCodeArguments(type, indentationLevel): string

Parameters​

β€’ type: unknown

β€’ indentationLevel: number = 1

Returns​

string

Defined in​

code.ts:16


printCodeField()​

function printCodeField(
type,
options?,
indentationLevel?): string | MDXString

Parameters​

β€’ type: unknown

β€’ options?: PrintTypeOptions

β€’ indentationLevel?: number = 0

Returns​

string | MDXString

Defined in​

code.ts:50