astro-ghostcms/.pnpm-store/v3/files/33/26b9b62a419ff5388ce0c348647...

4 lines
136 B
Plaintext

export function sync<T = unknown>(filePath: string): T
export default function readYamlFile<T = unknown>(filePath: string): Promise<T>