UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

5 lines (4 loc) 272 B
import { default as JSZip } from 'jszip'; import { Page } from '../types'; export declare const packageWebContent: (_page: Page, _title: string) => Promise<[JSZip, string]>; export declare const packageQuizContent: (page: Page, title: string) => Promise<[JSZip, string]>;