You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, if you use the library in TypeScript and you try to access the .isFile property, it'll say that it's not defined.
Looking at gray-matter.d.ts, there's no reference of the property.
The text was updated successfully, but these errors were encountered:
As of now, if you use the library in TypeScript and you try to access the
.isFile
property, it'll say that it's not defined.Looking at
gray-matter.d.ts
, there's no reference of the property.The text was updated successfully, but these errors were encountered: