Options
All
  • Public
  • Public/Protected
  • All
Menu

Set explicit comments for commonjs, commonjs2, amd, and root.

Hierarchy

  • LibraryCustomUmdCommentObject

Index

Properties

amd?: string

Set comment for amd section in UMD.

commonjs?: string

Set comment for commonjs (exports) section in UMD.

commonjs2?: string

Set comment for commonjs2 (module.exports) section in UMD.

root?: string

Set comment for root (global variable) section in UMD.