lib.banner

  • Type:
type Banner = {
  js?: string;
  css?: string;
  dts?: string;
};
  • Default: {}

Inject content into the top of each JS, CSS or DTS file.