UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

10 lines (6 loc) 162 B
import { JSONHydrator } from './postcss.js' interface FromJSON extends JSONHydrator { default: FromJSON } declare const fromJSON: FromJSON export = fromJSON