astro-ghostcms/.pnpm-store/v3/files/12/04f4fcb89ebd1ecc0f2981e646d...

7 lines
152 B
Plaintext

import type { AST } from "astro-eslint-parser";
export type TransformResult = {
inputRange: AST.Range;
output: string;
mappings: string;
};