Kind: Constant
Source: src/helper/ssg/ssg.ts
Part of: Helper
Definition
tsRecord<string, string>
Value
ts{
'text/html': 'html',
'text/xml': 'xml',
'application/xml': 'xml',
'application/atom+xml': 'xml',
'application/rss+xml': 'xml',
'application/yaml': 'yaml',
}
Was this page helpful?