astro-ghostcms/.pnpm-store/v3/files/6f/629c119febd2b60ee3bc2f1e410...

5 lines
186 B
Plaintext

/// <reference types="node" />
import * as fs from 'fs';
import { Dirent } from '@nodelib/fs.walk';
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;