Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
recast
/
lib
/
parser.d.ts
blob: 6f1d6df3302b7696eff62696dc64d02909421e38 [
file
] [
log
] [
blame
]
import
{
Options
}
from
"./options"
;
export
declare
function
parse
(
source
:
string
,
options
?:
Partial
<
Options
>):
any
;