UNPKG

yavafetch

Version:

A fetch utility written in JavaScript (YavaSkreept)

12 lines (11 loc) 482 B
function printAsciiArt() { console.log(` _____.___. _____ __ .__ \\__ | |____ ___ _______ _/ ____\\_____/ |_ ____ | |__ / | \\__ \\\\ \\/ /\\__ \\\\ __\\/ __ \\ __\\/ ___\\| | \\ \\____ |/ __ \\\\ / / __ \\| | \\ ___/| | \\ \\___| Y \\ / ______(____ /\\_/ (____ /__| \\___ >__| \\___ >___| / \\/ \\/ `); } module.exports = { printAsciiArt };