Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
eslint-module-utils
/
unambiguous.d.ts
blob: 1679224189c017f8c84cec0f2815f8877aff8d66 [
file
] [
log
] [
blame
] [
edit
]
import
type
{
AST
}
from
'eslint'
;
declare
function
isModule
(
ast
:
AST
.
Program
):
boolean
;
declare
function
test
(
content
:
string
):
boolean
;
export
{
isModule
,
test
}