Skip to content

Commit

Permalink
Mark Debug namespace as private to hide it from the docs (#9558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala committed Apr 20, 2020
1 parent a5eed0e commit d821161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import window from './window';
/**
* This is a private namespace for utility functions that will get automatically stripped
* out in production builds.
*
* @private
*/
export const Debug = {
extend(dest: Object, ...sources: Array<?Object>): Object {
Expand Down

0 comments on commit d821161

Please sign in to comment.