mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 04:18:51 -05:00
16 lines
763 B
JavaScript
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
|