UNPKG

@fibjs/chalk

Version:
9 lines (6 loc) 158 B
/// <reference types="@fibjs/types" /> /// <reference types="chalk" /> declare module "@fibjs/chalk" { import Chalk from 'chalk'; export = Chalk; }