Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
fast-glob
/
out
/
utils
/
errno.d.ts
blob: 1c08d3ba8415e85573c94e98666ae1e1870a5fcc [
file
] [
log
] [
blame
]
import
{
ErrnoException
}
from
'../types'
;
export
declare
function
isEnoentCodeError
(
error
:
ErrnoException
):
boolean
;