cuiqian2004
2024-11-20 8fa4ce09620159d1233510b279270a16f61c6f08
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