5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
export function createRuntimeLicenseBundle(
|
|
projectRoot: string,
|
|
packageNames?: string[]
|
|
): Promise<string>;
|