Optional
Readonly
digestOptional bundle Digests. If hashes are supplied, they will be used to verify the Subresource Integrity of the respective bundles.
Optional
Readonly
exportsOptional ESM entry point.
Readonly
nameThe name of the Module.
Optional
Readonly
sgrudOptional
Readonly
unpkgOptional UMD entry point.
Readonly
versionOptional
Readonly
webOptional WebDependency mapping.
Generated using TypeDoc
Interface describing the shape of a Module while being aligned with well-known
package.json
fields. This interface additionally specifies optionalsgrudDependencies
andwebDependencies
mappings, which both are used by the Kernel to determine SGRUD module dependencies and runtime dependencies.Example
An exemplary Module definition: