gray-matter
gray-matter copied to clipboard
typescript issues - is this package deprecated?
I have found an issue with what looks like typescript
definition problem.
This is the JSON.stringify
output of GrayMatterFile
object:
{
content: 'test2',
data: { title: 'test1' },
isEmpty: false,
excerpt: '',
path: 'C:\\supersecret\\public\\docs\\test1.md'
}
However there is no path
property on the object as well as other inconsistencies, according to typescript
:
I wanted to report a bug, but based on amount of unmerged pull-requests and last commit date it looks like this project is dead?
Does anybody know if there is a better alternative that is still supported?