Package Exports
- hexo-front-matter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hexo-front-matter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Front-matter
Front-matter parser.
API
parse(str, [options])
Parses YAML front-matter. See js-yaml for more info.
stringify(obj, [options])
Converts an object to YAML front-matter string. See js-yaml for more info.
split(str)
Splits a YAML front-matter string.
escape(str)
Converts hard tabs to soft tabs.
License
MIT