UNPKG

@hello.nrfcloud.com/proto-map

Version:

Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application

7 lines (6 loc) 133 B
export class InvalidTimeError extends Error { constructor(message: string) { super(message) this.name = 'InvalidTimeError' } }