Urara-Blog/node_modules/.pnpm-store/v3/files/77/35422e2e721e862235438fdd93dd5a8f55187d9138d7a2bb542e04b2826e59b730da2bee46011c517e894307a3dca2ff1b16c68c6600f68c8510dca0fa3fb8
2022-08-14 01:14:53 +08:00

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;