UNPKG

paypal-custom-sdk

Version:

a minimalistic paypal sdk for custom integrations

12 lines (11 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Op; (function (Op) { Op["add"] = "add"; Op["remove"] = "remove"; Op["replace"] = "replace"; Op["move"] = "move"; Op["copy"] = "copy"; Op["test"] = "test"; })(Op || (Op = {}));