Chunte's picture
Chunte HF staff
Upload 1904 files
5de1c56 verified
raw
history blame contribute delete
No virus
135 Bytes
import { Parser } from './postcss.js'
interface Parse extends Parser {
default: Parse
}
declare const parse: Parse
export = parse