UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

20 lines (19 loc) 585 B
export declare const manifest_attributes: { "1.3.0": { xmlns: string; "xmlns:lom": string; "xmlns:lomimscc": string; "xmlns:xsi": string; "xsi:schemaLocation": string; }; "1.1.0": { xmlns: string; "xmlns:lom": string; "xmlns:lomimscc": string; "xmlns:xsi": string; "xsi:schemaLocation": string; }; }; export type Version = keyof typeof manifest_attributes; export declare const DEFAULT_VERSION: Version; export declare const manifest_attributes_for_version: (version?: Version) => string;