Skip to content

Commit

Permalink
馃 Merge PR DefinitelyTyped#55368 Add lodash-es/tap by @nobiit
Browse files Browse the repository at this point in the history
  • Loading branch information
nobiit committed Sep 12, 2021
1 parent 5a71bad commit 22a636d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/lodash-es/index.d.ts
Expand Up @@ -255,6 +255,7 @@ export { default as take } from "./take";
export { default as takeRight } from "./takeRight";
export { default as takeRightWhile } from "./takeRightWhile";
export { default as takeWhile } from "./takeWhile";
export { default as tap } from "./tap";
export { default as template } from "./template";
export { default as templateSettings } from "./templateSettings";
export { default as throttle, ThrottleSettings } from "./throttle";
Expand Down
1 change: 1 addition & 0 deletions types/lodash-es/lodash-es-tests.ts
Expand Up @@ -554,6 +554,7 @@ import {
takeRight as takeRight1,
takeRightWhile as takeRightWhile1,
takeWhile as takeWhile1,
tap as tap1,
template as template1,
templateSettings as templateSettings1,
throttle as throttle1,
Expand Down
2 changes: 2 additions & 0 deletions types/lodash-es/tap.d.ts
@@ -0,0 +1,2 @@
import { tap } from "lodash";
export default tap;

0 comments on commit 22a636d

Please sign in to comment.