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

3.0.4 • Public • Published

Installation

npm install --save @types/extend

Summary

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

Details

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

declare function extend<T, U>(deep: boolean, target: T, source: U): T & U;
declare function extend<T, U, V>(deep: boolean, target: T, source1: U, source2: V): T & U & V;
declare function extend<T, U, V, W>(deep: boolean, target: T, source1: U, source2: V, source3: W): T & U & V & W;
declare function extend<T, U, V, W, X>(
    deep: boolean,
    target: T,
    source1: U,
    source2: V,
    source3: W,
    source4: X,
): T & U & V & W & X;
declare function extend<T, U>(target: T, source: U): T & U;
declare function extend<T, U, V>(target: T, source1: U, source2: V): T & U & V;
declare function extend<T, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
declare function extend<T, U, V, W, X>(target: T, source1: U, source2: V, source3: W, source4: X): T & U & V & W & X;
declare function extend(deep: boolean, target: any, ...sources: any[]): any;
declare function extend(target: any, ...sources: any[]): any;
declare namespace extend {}
export = extend;

Additional Details

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

Credits

These definitions were written by Stefan Steinhart.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.4137,151ts5.8
3.0.4137,151ts5.7
3.0.4137,151latest
3.0.4137,151ts4.5
3.0.4137,151ts4.6
3.0.4137,151ts4.7
3.0.4137,151ts4.8
3.0.4137,151ts4.9
3.0.4137,151ts5.0
3.0.4137,151ts5.1
3.0.4137,151ts5.2
3.0.4137,151ts5.3
3.0.4137,151ts5.4
3.0.4137,151ts5.5
3.0.4137,151ts5.6
3.0.4137,151ts5.9
3.0.126,231ts2.0
3.0.126,231ts2.1
3.0.126,231ts2.2
3.0.126,231ts2.3
3.0.126,231ts2.4
3.0.126,231ts2.5
3.0.126,231ts2.6
3.0.126,231ts2.7
3.0.126,231ts2.8
3.0.126,231ts2.9
3.0.126,231ts3.0
3.0.126,231ts3.1
3.0.126,231ts3.2
3.0.126,231ts3.3
3.0.126,231ts3.4
3.0.126,231ts3.5
3.0.126,231ts3.6
3.0.126,231ts3.7
3.0.126,231ts3.8
3.0.126,231ts3.9
3.0.126,231ts4.0
3.0.126,231ts4.1
3.0.126,231ts4.2
3.0.126,231ts4.3
3.0.126,231ts4.4

Version History

VersionDownloads (Last 7 Days)Published
3.0.4137,151
3.0.3753
3.0.22,501
3.0.126,231
3.0.0225
2.0.30663
2.0.291
2.0.28-alpha1
2.0.27-alpha1
2.0.26-alpha1
2.0.25-alpha1
2.0.24-alpha1
2.0.23-alpha1
2.0.22-alpha1
2.0.17-alpha1
2.0.16-alpha1

Package Sidebar

Install

npm i @types/extend

Weekly Downloads

167,534

Version

3.0.4

License

MIT

Unpacked Size

4.49 kB

Total Files

5

Last publish

Collaborators

  • types