JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19417
  • Score
    100M100P100Q147018F
  • License MIT

Front-matter parser.

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

Build Status NPM version

Front-matter parser.

API

parse(str)

Parses YAML front-matter.

stringify(obj)

Converts an object to YAML front-matter string.

split(str)

Splits a YAML front-matter string.

escape(str)

Converts hard tabs to soft tabs.

License

MIT