Skip to content

getPackageScope

Retrieve the package scope associated with an external package created via createPackage.

import { getPackageScope } from "@alloy-js/typescript";
function getPackageScope(pkg: ExternalPackage): any;
pkg

ExternalPackage

any