mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
import { Parser } from './postcss.js'
|
|
|
|
declare const parse: Parser
|
|
|
|
export default parse
|