Skip to content

Commit

Permalink
add LJHarb as an owner of LJHarb’s packages (#42138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 7, 2020
1 parent 79545c9 commit 6fdd80d
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/array.prototype.flat/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for array.prototype.flat 1.2
// Project: https://github.com/es-shims/Array.prototype.flat#readme
// Definitions by: Kyle Lin <https://github.com/kylejlin>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

Expand Down
1 change: 1 addition & 0 deletions types/array.prototype.flatmap/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for array.prototype.flatmap 1.2
// Project: https://github.com/es-shims/Array.prototype.flatMap#readme
// Definitions by: Jesse Hallett <https://github.com/hallettj>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

Expand Down
1 change: 1 addition & 0 deletions types/define-properties/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for define-properties 1.1
// Project: https://github.com/ljharb/define-properties#readme
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

Expand Down
1 change: 1 addition & 0 deletions types/enzyme-adapter-react-15.4/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for enzyme-adapter-react-15.4 1.0
// Project: http://airbnb.io/enzyme/
// Definitions by: Nabeelah Ali <https://github.com/nali>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1

Expand Down
1 change: 1 addition & 0 deletions types/enzyme-adapter-react-15/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for enzyme-adapter-react-15 1.0
// Project: https://github.com/airbnb/enzyme, http://airbnb.io/enzyme
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1

Expand Down
1 change: 1 addition & 0 deletions types/enzyme-adapter-react-16/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for enzyme-adapter-react-16 1.0
// Project: https://github.com/airbnb/enzyme, http://airbnb.io/enzyme
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1

Expand Down
1 change: 1 addition & 0 deletions types/enzyme/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// Braiden Cutforth <https://github.com/braidencutforth>
// Erick Zhao <https://github.com/erickzhao>
// Jack Tomaszewski <https://github.com/jtomaszewski>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1

Expand Down
1 change: 1 addition & 0 deletions types/function-bind/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for function-bind 1.1
// Project: https://github.com/Raynos/function-bind
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

Expand Down
1 change: 1 addition & 0 deletions types/internal-slot/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for internal-slot 1.0
// Project: https://github.com/ljharb/internal-slot#readme
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

Expand Down
1 change: 1 addition & 0 deletions types/is-date-object/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for is-date-object 1.0
// Project: https://github.com/ljharb/is-date-object
// Definitions by: Adam Zerella <https://github.com/adamzerella>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function isDateObject(value?: any): boolean;
Expand Down
1 change: 1 addition & 0 deletions types/is-generator-function/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for is-generator-function 1.0
// Project: https://github.com/ljharb/is-generator-function#readme
// Definitions by: Richie Bendall <https://github.com/Richienb>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

Expand Down
1 change: 1 addition & 0 deletions types/is-object/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for is-object 1.0
// Project: https://github.com/ljharb/is-object
// Definitions by: Wilson Hobbs <https://github.com/wbhob>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isObject;
Expand Down
1 change: 1 addition & 0 deletions types/json-file-plus/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for json-file-plus 3.3
// Project: https://github.com/ljharb/json-file-plus
// Definitions by: Daniel Byrne <https://github.com/danwbyrne>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />
Expand Down
1 change: 1 addition & 0 deletions types/object-inspect/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://github.com/substack/object-inspect
// Definitions by: Charles Samborski <https://github.com/demurgos>
// Akuukis <https://github.com/Akuukis>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace objectInspect {
Expand Down
1 change: 1 addition & 0 deletions types/object-keys/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for object-keys 1.0
// Project: https://github.com/ljharb/object-keys#readme
// Definitions by: Vitor Luiz Cavalcanti <https://github.com/VitorLuizC>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

Expand Down
1 change: 1 addition & 0 deletions types/object.getownpropertydescriptors/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for object.getownpropertydescriptors 2.0
// Project: https://github.com/ljharb/object.getownpropertydescriptors#readme
// Definitions by: Vitor Luiz Cavalcanti <https://github.com/VitorLuizC>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

Expand Down
1 change: 1 addition & 0 deletions types/promise.allsettled/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://github.com/ljharb/promise.allsettled#readme
// Definitions by: Martin Jurča <https://github.com/jurca>
// Elizabeth Lorenz <https://github.com/kisaraofpern>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1

Expand Down
1 change: 1 addition & 0 deletions types/promise.prototype.finally/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Project: https://github.com/es-shims/promise.prototype.finally
// Definitions by: Slava Shpitalny <https://github.com/slavik57>
// BendingBender <https://github.com/BendingBender>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare global {
Expand Down
1 change: 1 addition & 0 deletions types/qs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// Carlos Bonetti <https://github.com/CarlosBonetti>
// Dan Smith <https://github.com/dpsmith3>
// Hunter Perrin <https://github.com/hperrin>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = QueryString;
Expand Down
1 change: 1 addition & 0 deletions types/tape/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Dennis Schwartz <https://github.com/DennisSchwartz>
// Michael Henretty <https://github.com/mikehenrty>
// Rafał Ostrowski <https://github.com/rostrowski>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />
Expand Down
1 change: 1 addition & 0 deletions types/util.promisify/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Adam Voss <https://github.com/adamvoss>
// Piotr Roszatycki <https://github.com/dex4er>
// ExE Boss <https://github.com/ExE-Boss>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />
Expand Down

0 comments on commit 6fdd80d

Please sign in to comment.