UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

6 lines (5 loc) 146 B
import { Page } from '../types'; export declare const discussionDocument: (page: Page, _id: string) => { content: string; ext: string; };