UNPKG

405 BTypeScriptView Raw
1/**
2 * Manages user settings and storage locations.
3 */
4export declare class User {
5 private static customStoragePath?;
6 private static storageAccessed;
7 static configPath(): string;
8 static persistPath(): string;
9 static cachedAccessoryPath(): string;
10 static storagePath(): string;
11 static setStoragePath(...storagePathSegments: string[]): void;
12}
13//# sourceMappingURL=user.d.ts.map
\No newline at end of file