getPackageScope
Retrieve the package scope associated with an external package created via createPackage.
import { getPackageScope } from "@alloy-js/typescript";
function getPackageScope(pkg: ExternalPackage): any;Parameters
Section titled “Parameters”| pkg |
|
Returns
Section titled “Returns”any