astro-ghostcms/.pnpm-store/v3/files/a0/8fa91d1cf597d57df7178fdb926...

10 lines
135 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { Parser } from './postcss.js'
interface Parse extends Parser {
default: Parse
}
declare const parse: Parse
export = parse