Skip to content

Commit

Permalink
fix: export deepIncludes
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 15, 2020
1 parent 794e8be commit de633a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -13,4 +13,5 @@ export {
statusError,
stableStringify,
setConsole,
deepIncludes,
} from './utils'
2 changes: 2 additions & 0 deletions types/index.d.ts
Expand Up @@ -743,3 +743,5 @@ export interface ConsoleObject {
}

export function setConsole(consoleObject: ConsoleObject): void

export function deepIncludes(haystack: unknown, needle: unknown): boolean

0 comments on commit de633a3

Please sign in to comment.