Files
Rogelio 9cf2a7f223 ic
2025-10-23 04:36:37 +00:00

10 lines
162 B
TypeScript

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