example
getDirectiveExampleOption()β
function getDirectiveExampleOption(__namedParameters): Maybe<TypeDirectiveExample>
Parametersβ
__namedParametersβ
PrintTypeOptions
Returnsβ
Maybe
<TypeDirectiveExample
>
Defined inβ
example.ts:32
printExample()β
function printExample(type, options): Maybe<string>
Parametersβ
typeβ
unknown
optionsβ
PrintTypeOptions
Returnsβ
Maybe
<string
>
Defined inβ
example.ts:194