Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@types/wtfnode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wtfnode

TypeScript definitions for wtfnode

Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
68K
-7.15%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/wtfnode

Summary

This package contains type definitions for wtfnode (https://github.com/myndzi/wtfnode).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wtfnode.

index.d.ts

// 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;

Additional Details

  • Last updated: Mon, 25 Sep 2023 13:39:07 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Roszatycki.

FAQs

Package last updated on 25 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts