UNPKG

173 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.VALID_PLACEMENTS = void 0;
4exports.VALID_PLACEMENTS = ['prepend', 'content', 'append'];