mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
433 B
TypeScript
10 lines
433 B
TypeScript
// Type definitions for wtfnode 0.7
|
|
// Project: https://github.com/myndzi/wtfnode
|
|
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function dump(): void;
|
|
export function init(): void;
|
|
export function setLogger(type: 'info' | 'warn' | 'error', fn: (message?: any, ...optionalParams: any[]) => void): void;
|
|
export function resetLoggers(): void;
|