Skip to content

[F] setTypeSpecNamespace

function setTypeSpecNamespace(namespace, ...functions): void

Set the TypeSpec namespace for that function.

Parameters

ParameterTypeDescription
namespacestringNamespace string (e.g. β€œFoo.Bar”)
…functions(…args) => any[]Functions

Returns

void