Skip to main content
Version: Next 🚧

[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