UNPKG

soames-gatsby-theme

Version:

A customizable Gatsby theme for personal websites using WordPress as a headless CMS.

8 lines (7 loc) 227 B
"use strict"; // src/utils/shortcodes/getContent.ts Object.defineProperty(exports, "__esModule", { value: true }); exports.getContent = getContent; function getContent(match) { return match && match[2] ? match[2] : null; }