jxson / front-matter

Extract YAML front matter from strings
MIT License
675 stars 76 forks source link

The types don't represent the module correctly #76

Open manuth opened 4 years ago

manuth commented 4 years ago

While front-matter exports the front-matter method using module.exports = fm the type-declaration states export default fm. This causes TypeScript to not work correctly with the "front-matter" module.

I'll open up an issue to fix this asap.