docsify-share
Version:
Docsify Share library
19 lines • 843 B
JavaScript
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
var docsify_share_1 = require("./docsify-share");
if (!window.$docsify) {
window.$docsify = {};
}
window.$docsify.plugins = (window.$docsify.plugins || []).concat(docsify_share_1.install);
__exportStar(require("./docsify-share"), exports);
//# sourceMappingURL=index.js.map
;