Files
e-tib.com/node_modules/.pnpm/postcss@8.5.8/node_modules/postcss/lib/parse.d.ts
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

10 lines
135 B
TypeScript

import { Parser } from './postcss.js'
interface Parse extends Parser {
default: Parse
}
declare const parse: Parse
export = parse