UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

10 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strings = void 0; class Strings { static sliceToLower(slice) { return slice.map(s => s.toLowerCase()); } } exports.Strings = Strings; //# sourceMappingURL=string.js.map