chalk/stderr.d.ts

7 lines
94 B
TypeScript
Raw Normal View History

import Chalk from '.';
declare const chalk: Chalk;
export * from '.';
export default chalk;