Skip to content

Commit

Permalink
fix: mark PuppeteerUtil as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 19, 2022
1 parent c6912f3 commit fec6f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/injected/injected.ts
Expand Up @@ -32,6 +32,9 @@ const PuppeteerUtil = Object.freeze({
createDeferredPromise,
});

/**
* @internal
*/
type PuppeteerUtil = typeof PuppeteerUtil;

/**
Expand Down

0 comments on commit fec6f09

Please sign in to comment.