UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
8 lines (7 loc) 296 B
/** * Downloads a JSON object as a file. * @param json - The JSON object to be downloaded. * @param fileName - The name of the file to be downloaded. * If not provided, the default name will be "data.jsonld". */ export declare const downloadJson: (json: unknown, fileName?: string) => void;