helix/node_modules/postcss/lib/fromJSON.d.ts
Abhijit Bhatnagar 153a4e9fd7 Initial commit
2025-08-01 08:00:35 +05:30

9 lines
162 B
TypeScript

import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON