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