cuiqian2004
2024-12-19 49db1d6b42e831ea273e2c8e9f48a5e5cc8ab594
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