Files
actual/node_modules/@docusaurus/utils-common/lib/index.js
Rich In SQL 28d4ee94dd Init
2022-10-16 20:28:33 +01:00

16 lines
763 B
JavaScript

"use strict";
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.applyTrailingSlash = exports.blogPostContainerID = void 0;
exports.blogPostContainerID = 'post-content';
var applyTrailingSlash_1 = require("./applyTrailingSlash");
Object.defineProperty(exports, "applyTrailingSlash", { enumerable: true, get: function () { return __importDefault(applyTrailingSlash_1).default; } });
//# sourceMappingURL=index.js.map