UNPKG

184 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.AbstractStrategy = void 0;
4class AbstractStrategy {
5}
6exports.AbstractStrategy = AbstractStrategy;