UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

10 lines (6 loc) 135 B
import { Parser } from './postcss.js' interface Parse extends Parser { default: Parse } declare const parse: Parse export = parse