Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.d.ts « types « out « fs.stat « @nodelib « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 227f7bf8fd6c1d3df375f61881a0d931291c59f9 (plain)
1
2
3
4
5
/// <reference types="node" />
import * as fs from 'fs';
export declare type Stats = fs.Stats;
export declare type ErrnoException = NodeJS.ErrnoException;
//# sourceMappingURL=index.d.ts.map