mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:49:29 +08:00
6 lines
208 B
Text
6 lines
208 B
Text
import type Settings from '../settings';
|
|
export default class Reader {
|
|
protected readonly _root: string;
|
|
protected readonly _settings: Settings;
|
|
constructor(_root: string, _settings: Settings);
|
|
}
|