Files
jeanotx32 d799ae503c
Some checks failed
Build and Push Docker Images / docker (push) Failing after 11s
Feat : login sys
2026-05-18 22:44:02 -04:00

5 lines
186 B
TypeScript

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