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) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tabby = void 0; var Tabby_1 = require("./lib/Tabby"); Object.defineProperty(exports, "Tabby", { enumerable: true, get: function () { return Tabby_1.Tabby; } });