UNPKG

@waline/client

Version:

client for waline comment system

6 lines (5 loc) 157 B
export const warning = (content: string): void => console.warn( `%c ${content}`, 'background:#ff0;color:red;font-size:36px;font-weight:bold;' );