parse.d.ts 89 Bytes Raw Blame History Permalink 1 2 3 4 5 import { Parser } from './postcss.js' declare const parse: Parser export default parse