Files
DefinitelyTyped/types/log-symbols/index.d.ts
2017-07-19 23:19:44 +02:00

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;