UNPKG

passport-square-oauth2

Version:
6 lines (5 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strategy = void 0; const strategy_1 = require("./strategy"); Object.defineProperty(exports, "Strategy", { enumerable: true, get: function () { return strategy_1.Strategy; } });