No Description

fs.d.ts 186B

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