[F] getBaseUri
function getBaseUri(program, target): string | undefined;Get base uri set via @baseUri decorator.
Accepts any type so that findBaseUri can probe a declaration before walking up its enclosing namespaces; only namespaces can carry the decorator.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
program | Program |
target | Type |
Returns
Section titled “Returns”string | undefined