cuiqian2004
2024-10-31 715fbe2b202d8aba399823ec3aa54ae9a01f6e51
1
2
3
4
5
6
7
8
9
import { Parser } from './postcss.js'
 
interface Parse extends Parser {
  default: Parse
}
 
declare const parse: Parse
 
export = parse