UNPKG
zod-matter
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Typesafe front matter
github.com/HiDeoo/zod-matter
HiDeoo/zod-matter
zod-matter
/
types
/
gray-matter.d.ts
10 lines
(8 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
'gray-matter'
declare
module
'gray-matter'
{
// https://github.com/jonschlinkert/gray-matter#returned-object
interface
GrayMatterFile
<I
extends
matter.
Input
> {
empty
?:
string
isEmpty
:
boolean
} }