world/book/node_modules/honkit/lib/constants/pluginResources.js
2025-05-12 05:38:44 +09:00

8 lines
334 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const immutable_1 = __importDefault(require("immutable"));
exports.default = immutable_1.default.List(["js", "css"]);