RunKit + npm: mustache

node v10.24.1
endpointsharetweet
var mustache = require("mustache") mustache.render("{{#url}}{{small}}{{/url}}", {url: 'https://google.com'});
Created from: https://npm.runkit.com/mustache
Loading…