Sign in
chromium
/
devtools
/
devtools-frontend
/
de3fcf0a075ed797df8f5490eb00a7404f098a06
/
.
/
node_modules
/
postcss
/
lib
/
fromJSON.d.ts
blob: 3a0c5b85fd5c3a755bb07e7da3474a4633023f3a [
file
]
import
{
JSONHydrator
}
from
'./postcss.js'
interface
FromJSON
extends
JSONHydrator
{
default
:
FromJSON
}
declare
let
fromJSON
:
FromJSON
export
=
fromJSON