cuiqian2004
2024-07-10 9b8282bcf5c5fbc22858bbfa15934b7f8a0ab753
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