UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

10 lines (6 loc) 165 B
import { Stringifier } from './postcss.js' interface Stringify extends Stringifier { default: Stringify } declare const stringify: Stringify export = stringify