( autoApply?: boolean | ApplyOptions )
| 137 | removeStatusHandler(callback: (status: HotUpdateStatus) => void): void; |
| 138 | data: object; |
| 139 | check( |
| 140 | autoApply?: boolean | ApplyOptions |
| 141 | ): Promise<(string | number)[] | null>; |
| 142 | apply(options?: ApplyOptions): Promise<(string | number)[] | null>; |
no outgoing calls
no test coverage detected