UNPKG
@fibjs/chalk
Version:
latest (1.0.0)
1.0.0
chalk running on fibjs
github.com/fibjs-modules/chalk
fibjs-modules/chalk
@fibjs/chalk
/
@types
/
index.d.ts
9 lines
(6 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="@fibjs/types" />
/// <reference types="chalk" />
declare
module
"@fibjs/chalk"
{
import
Chalk
from
'chalk'
;
export
=
Chalk
; }