Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
eslint-module-utils
/
readPkgUp.d.ts
blob: 5fc1668879e85973b448819fb4acfaca4b1eca22 [
file
] [
log
] [
blame
] [
edit
]
import
pkgUp
from
'./pkgUp'
;
declare
function
readPkgUp
(
opts
?:
Parameters
<
typeof
pkgUp
>[
0
]):
{}
|
{
pkg
:
string
,
path
:
string
};
export
default
readPkgUp
;