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