mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 00:49:59 +08:00
5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
|
|
/// <reference types="node" />
|
||
|
|
import * as fs from 'fs';
|
||
|
|
import { Dirent } from '@nodelib/fs.walk';
|
||
|
|
export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;
|