UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

7 lines (6 loc) 188 B
declare class HTTPVideomailError extends Error { code?: string | undefined; status?: number | undefined; explanation?: string | undefined; } export default HTTPVideomailError;