chalk/stderr.d.ts
2018-12-27 19:04:01 +01:00

6 lines
94 B
TypeScript

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