UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

7 lines (6 loc) 230 B
import { Config, Page } from '../types'; export declare const cssFromConfig: (config?: Config) => string; export declare const htmlDocument: (page: Page, id: string, options?: Config) => { ext: string; content: string; };