🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@types/sequencify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sequencify

TypeScript definitions for sequencify

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
707
-15.73%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/sequencify

Summary

This package contains type definitions for sequencify (https://github.com/robrich/sequencify).

Details

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

index.d.ts

// Definition file started by dts-gen
// TypeScript Version: 2.1

export = sequencify;

declare namespace sequencify {
    interface Task {
        name: string;
        dep: string[];
    }

    interface TaskMap {
        [name: string]: Task;
    }
}

declare function sequencify<T extends sequencify.TaskMap>(
    tasks: T,
    names: Array<keyof T>,
    results: Array<keyof T>,
    nest?: string[],
): void;

Additional Details

  • Last updated: Wed, 18 Oct 2023 11:45:06 GMT
  • Dependencies: none

Credits

These definitions were written by Nicolas Penin.

FAQs

Package last updated on 18 Oct 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