NeahNew/node_modules/dmg-license/lib/makeLicensePlist.d.ts
2025-05-06 22:43:27 +02:00

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;