UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

10 lines (9 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.interpolate = interpolate; var _micromustache = require("micromustache"); function interpolate(template, scope = {}) { return (0, _micromustache.render)(template, scope); }