astro-ghostcms/.pnpm-store/v3/files/5d/2fa268aef7ae367ca9d0e5b23de...

10 lines
162 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON