mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-08 02:37:18 +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;
|