UNPKG

@springio/antora-extensions

Version:

Antora extensions that support the Spring documentation.

4 lines (2 loc) 103 B
'use strict' module.exports = (string, vars) => string.replace(/\${(.+?)}/g, (_, name) => vars[name])