UNPKG

gatsby-plugin-amp-alternative

Version:
8 lines (5 loc) 219 B
"use strict"; exports.__esModule = true; exports.interpolate = void 0; const interpolate = (str, map) => str.replace(/{{\s*[\w\.]+\s*}}/g, match => map[match.replace(/[{}]/g, "")]); exports.interpolate = interpolate;