• File: fromJSON.d.ts
  • Full Path: /home/awtadalkhimacom/public_html/services/node_modules/postcss/lib/fromJSON.d.ts
  • Date Modified: 10/30/2025 4:29 AM
  • File size: 162 bytes
  • MIME-type: text/plain
  • Charset: utf-8
import { JSONHydrator } from './postcss.js'

interface FromJSON extends JSONHydrator {
  default: FromJSON
}

declare const fromJSON: FromJSON

export = fromJSON