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