404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.116.21.127: ~ $
'use strict';
const chalk = require('chalk');
const isUnicodeSupported = require('is-unicode-supported');

const main = {
	info: chalk.blue('ℹ'),
	success: chalk.green('✔'),
	warning: chalk.yellow('⚠'),
	error: chalk.red('✖')
};

const fallback = {
	info: chalk.blue('i'),
	success: chalk.green('√'),
	warning: chalk.yellow('‼'),
	error: chalk.red('×')
};

module.exports = isUnicodeSupported() ? main : fallback;

Filemanager

Name Type Size Permission Actions
node_modules Folder 0755
browser.js File 108 B 0644
index.d.ts File 588 B 0644
index.js File 427 B 0644
license File 1.09 KB 0644
package.json File 933 B 0644
readme.md File 1.37 KB 0644