mirror of
https://github.com/wishthis/wishthis.git
synced 2026-02-16 10:12:09 -05:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { Parser } from './postcss.js'
|
|
|
|
declare const parse: Parser
|
|
|
|
export default parse
|