Options
All
  • Public
  • Public/Protected
  • All
Menu

@jahed/webpack-sitemap

Index

Type aliases

ChangeFrequency

ChangeFrequency: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never"

How often the item is expected to change.

DateString

DateString: string

A date string that conforms to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime)

Location

Location: string

The location of the item. A URI.

Priority

Priority: number

The priority of the item relative to other items. Between 0 and 1.

Functions

getTemplate

  • getTemplate<T>(filename: string): HandlebarsTemplateDelegate<T>
  • Type parameters

    • T

    Parameters

    • filename: string

    Returns HandlebarsTemplateDelegate<T>

Generated using TypeDoc