RunKit + npm: string-strip-html

node v12.22.12
endpointsharetweet
const { stripHtml } = require("string-strip-html"); console.log(stripHtml(`<div>My variable: <%= @var %></div>`))
Created from: https://npm.runkit.com/string-strip-html
Loading…