chalk/stderr.d.ts

7 lines
94 B
TypeScript
Raw Normal View History

import Chalk from '.';
declare const chalk: Chalk;
export default chalk;
2018-12-28 02:53:52 +01:00
export * from '.';