mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:29:30 +08:00
4 lines
160 B
Text
4 lines
160 B
Text
/// <reference types="node" />
|
|
import type * as fs from 'fs';
|
|
export declare type Stats = fs.Stats;
|
|
export declare type ErrnoException = NodeJS.ErrnoException;
|