mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 15:55:05 -04:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { Parser } from './postcss.js'
|
|
|
|
declare const parse: Parser
|
|
|
|
export default parse
|