mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
export declare declare const version: string;
|
|
export declare async function installScryptedServerRequirements(version?: string, dest?: string): Promise<string>;
|