UNPKG

@remote.it/core

Version:

Core remote.it JavasScript/TypeScript library

10 lines (9 loc) 259 B
/** * Bootstrap the system by setting up all required * directories, installing necessary dependencies * and starting the system service watcher. */ export declare class Bootstrap { static init(): Promise<void> } //# sourceMappingURL=Bootstrap.d.ts.map