Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
eslint-module-utils
/
pkgUp.d.ts
blob: 6382457bec4b48d811b722fea05720990f572476 [
file
] [
log
] [
blame
] [
edit
]
declare
function
pkgUp
(
opts
?:
{
cwd
?:
string
}):
string
|
null
;
export
default
pkgUp
;