0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
matthewp 2023-04-13 18:12:26 +00:00 committed by fredkbot
parent 0f4c005750
commit 704d61e777

View file

@ -1,4 +1,4 @@
import type { VFileData as Data, VFile } from 'vfile';
import type { VFile, VFileData as Data } from 'vfile';
import type { MarkdownAstroData } from './types.js';
function isValidAstroData(obj: unknown): obj is MarkdownAstroData {