UNPKG

162 BTypeScriptView Raw
1import { JSONHydrator } from './postcss.js'
2
3interface FromJSON extends JSONHydrator {
4 default: FromJSON
5}
6
7declare const fromJSON: FromJSON
8
9export = fromJSON