fromJSON.d.ts 107 B

12345
  1. import { JSONHydrator } from './postcss.js'
  2. declare const fromJSON: JSONHydrator
  3. export default fromJSON