mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: move helper.js to util.js (#8510)
This commit is contained in:
@@ -25,7 +25,7 @@ import {
|
||||
Browser,
|
||||
BrowserContext,
|
||||
} from '../lib/cjs/puppeteer/common/Browser.js';
|
||||
import { isErrorLike } from '../lib/cjs/puppeteer/common/helper.js';
|
||||
import { isErrorLike } from '../lib/cjs/puppeteer/common/util.js';
|
||||
import { Page } from '../lib/cjs/puppeteer/common/Page.js';
|
||||
import { PuppeteerNode } from '../lib/cjs/puppeteer/node/Puppeteer.js';
|
||||
import puppeteer from '../lib/cjs/puppeteer/puppeteer.js';
|
||||
|
||||
Reference in New Issue
Block a user