UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

3 lines (2 loc) 108 B
import { ImsManifest } from './types'; export declare const manifestXml: (manifest: ImsManifest) => string;