Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

fs.d.ts 190B

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;