Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typings: define types for symbols binding
PR-URL: #40143
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos committed Oct 4, 2021
1 parent ced8467 commit dd39422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typings/internalBinding.d.ts
Expand Up @@ -439,3 +439,6 @@ declare function InternalBinding(binding: 'config'): {
bits: number,
hasDtrace: boolean
}
declare function InternalBinding(binding: 'symbols'): {
[name: string]: symbol;
}

0 comments on commit dd39422

Please sign in to comment.