UNPKG

tailwind-toast

Version:

Awesome, fun, easy tailwind css based alerts and notifications 🍞

11 lines (9 loc) 167 B
function getFile(file) { var x = new XMLHttpRequest(); x.open('GET', file, false); x.send(); return x.responseText; } module.exports = { getFile: getFile }