mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
6 lines
333 B
TypeScript
6 lines
333 B
TypeScript
|
|
import type Settings from '../settings';
|
||
|
|
import type { Entry } from '../types';
|
||
|
|
export declare function read(directory: string, settings: Settings): Entry[];
|
||
|
|
export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[];
|
||
|
|
export declare function readdir(directory: string, settings: Settings): Entry[];
|