Files
wizarr/app/static/node_modules/postcss/lib/parse.d.ts
2023-02-21 16:42:29 +00:00

6 lines
89 B
TypeScript

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