mirror of
https://github.com/koush/scrypted.git
synced 2026-08-02 19:31:34 +01:00
3 lines
162 B
TypeScript
3 lines
162 B
TypeScript
export declare const version: string;
|
|
export declare function installScryptedServerRequirements(version?: string, dest?: string, options?: any): Promise<string>;
|