Sha256: 6a8ae14747b4b9bbeac5873e59d26fb773188a070b1132e96dc1fee8aa247189
Contents?: true
Size: 190 Bytes
Versions: 23
Compression:
Stored size: 190 Bytes
Contents
/// <reference types="node" /> import * as fs from 'fs'; import { Dirent } from '@nodelib/fs.walk'; export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;
Version data entries
23 entries across 23 versions & 1 rubygems