mirror of
https://github.com/koush/scrypted.git
synced 2026-04-02 07:00:23 +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>;
|