Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
escalade
/
sync
/
index.d.ts
blob: 746ddd39a3a6a2f2f76bad501acbcda9cfe632e2 [
file
] [
log
] [
blame
]
export
type
Callback
=
(
directory
:
string
,
files
:
string
[])
=>
string
|
false
|
void
;
export
default
function
(
directory
:
string
,
callback
:
Callback
):
string
|
void
;