Files
PeojectTWT/WordDictationStudentApp/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts
Tommmy 730a701deb unfix: add some bugs
呃这个可能有点炸了
2025-10-16 17:39:50 +08:00

4 lines
151 B
TypeScript

import type Settings from '../settings';
import type { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;