UNPKG

tabby-web-sdk

Version:

Web merchant custom implementation for Tabby, the app that lets you split your payments in 4.

6 lines (5 loc) 141 B
declare class TabbyError extends Error { code: number; constructor(message: string, code: number); } export default TabbyError;