frontend/.pnpm-store/v3/files/59/47ff2fa8816eafdd6adf7e36122e2ef537184b0d997f8628d590e45b6c7b2ef4843be38cdf73d3f4c0ce1f45999db8932813f2c4d7a11ef5357c6c566615b5

5 lines
190 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;