[F] setTypeSpecNamespace
function setTypeSpecNamespace(namespace, ...functions): void;Set the TypeSpec namespace for that function.
Parameters
| Parameter | Type | Description |
|---|---|---|
namespace | string | Namespace string (e.g. βFoo.Barβ) |
β¦functions | (β¦args) => any[] | Functions |
Returns
void