amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame
162 Bytes
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON