mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-21 01:12:23 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { Node } from 'hast'
|
|
import { Data, VFile } from 'vfile/lib'
|
|
|
|
export type QuartzPluginData = Data
|
|
export type ProcessedContent = [Node<QuartzPluginData>, VFile]
|