UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

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