wrangler-action/node_modules/postcss/lib/fromJSON.d.ts

10 lines
162 B
TypeScript
Raw Normal View History

2023-08-07 22:11:15 +02:00
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON