Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
cosmiconfig
/
dist
/
getDirectory.d.ts
blob: 3b53068fa1bf1e1b62d975ff9ac398fab5b4e715 [
file
] [
log
] [
blame
]
declare
function
getDirectory
(
filepath
:
string
):
Promise
<string>
;
declare
function
getDirectorySync
(
filepath
:
string
):
string
;
export
{
getDirectory
,
getDirectorySync
};
//# sourceMappingURL=getDirectory.d.ts.map