UNPKG

suman-server

Version:
13 lines (8 loc) 673 B
'use strict'; /** * Created by Olegzandr on 6/19/16. */ var colors = require('colors/safe'); module.exports = { suman_alligator: colors.cyan('\n\n' + '\t\t :::::::: ::: ::: ::: ::: ::: :::: ::: \n' + '\t\t :+: :+::+: :+: :+:+: :+:+: :+: :+: :+:+: :+: \n' + '\t\t +:+ +:+ +:++:+ +:+:+ +:+ +:+ +:+ :+:+:+ +:+ \n' + '\t\t +#++:++#+++#+ +:++#+ +:+ +#++#++:++#++:+#+ +:+ +#+ \n' + '\t\t +#++#+ +#++#+ +#++#+ +#++#+ +#+#+# \n' + '\t\t#+# #+##+# #+##+# #+##+# #+##+# #+#+# \n' + '\t\t######## ######## ### ###### ###### #### ' + '\n\n') };