www_hero/node_modules/postcss/lib/fromJSON.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

10 lines
162 B
TypeScript

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