Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
eslint-plugin-jsdoc
/
dist
/
cjs
/
getJsdocProcessorPlugin.d.cts
blob: 2b28d0d2c14f7b27381f20e9d3a76ba516c5d763 [
file
] [
log
] [
blame
]
import
{
getJsdocProcessorPlugin
}
from
'./getJsdocProcessorPlugin.js'
;
declare
const
_default
:
{
getJsdocProcessorPlugin
:
typeof
getJsdocProcessorPlugin
;
};
export
=
_default
;