5 lines
232 B
TypeScript
5 lines
232 B
TypeScript
import { PlistObject } from "plist";
|
|
import { AssembledLicenseSet } from "./assembleLicenses";
|
|
import Context from "./Context";
|
|
export default function makeLicensePlist(licenses: AssembledLicenseSet, context: Context): PlistObject;
|