lib.footer

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

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