mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
10 lines
354 B
TypeScript
10 lines
354 B
TypeScript
// Type definitions for log-symbols 2.0
|
|
// Project: https://github.com/sindresorhus/log-symbols#readme
|
|
// Definitions by: BendingBender <https://github.com/BendingBender>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export const info: string;
|
|
export const success: string;
|
|
export const warning: string;
|
|
export const error: string;
|