• Creates a function that expands local names from the given base URI into strings, and exports the given local names as properties on the returned object.

    Type Parameters

    • T extends string

    Parameters

    • baseUri: string
    • Rest ...localNames: T[]

    Returns Namespace<typeof localNames, string>