🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@types/delegates

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

TypeScript definitions for delegates

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
9.2K
5.04%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/delegates

Summary

This package contains type definitions for delegates (https://github.com/tj/node-delegates).

Details

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

index.d.ts

// Type definitions for delegates 1.0
// Project: https://github.com/tj/node-delegates
// Definitions by: xingyuzhe <https://github.com/xingyuzhe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare class Delegate {
    constructor(proto: object, target: string);
    method(name: string): Delegate;
    access(name: string): Delegate;
    getter(name: string): Delegate;
    setter(name: string): Delegate;
    fluent(name: string): Delegate;
}

declare function Delegate(proto: object, target: string): Delegate;

export = Delegate;

Additional Details

  • Last updated: Fri, 22 Sep 2023 20:29:40 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by xingyuzhe.

FAQs

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