@types/fancy-log
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Installation

npm install --save @types/fancy-log

Summary

This package contains type definitions for fancy-log (https://github.com/gulpjs/fancy-log).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fancy-log.

index.d.ts

declare namespace FancyLog {
    interface Logger {
        (...args: any[]): Logger;
        dir(...args: any[]): Logger;
        error(...args: any[]): Logger;
        info(...args: any[]): Logger;
        warn(...args: any[]): Logger;
    }
}

declare var logger: FancyLog.Logger;
export = logger;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Pine Mizune.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fancy-log

Weekly Downloads

149,947

Version

2.0.2

License

MIT

Unpacked Size

3.12 kB

Total Files

5

Last publish

Collaborators

  • types