@olton/spider
Version:
Spider - is a simple links checker for web pages
13 lines (12 loc) β’ 352 B
JavaScript
export const LOGO = 'π·οΈ'
export const BOT = 'π€'
export const FAIL = 'π'
export const SUCCESS = 'β
'
export const WARNING = 'β οΈ'
export const INFO = 'βΉοΈ'
export const ERROR = 'β'
export const CHECK = 'βοΈ'
export const CROSS = 'β'
export const STAR = 'β'
export const ARROW = 'β'
export const WEB = 'πΈοΈ'