Sha256: 5ab36109d46a944ede167ec6c96473c9415906d24521c61e182c33c7efa01623
Contents?: true
Size: 186 Bytes
Versions: 38
Compression:
Stored size: 186 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
38 entries across 38 versions & 4 rubygems