mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 20:38:54 -05:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { Parser } from './postcss.js'
|
|
|
|
declare const parse: Parser
|
|
|
|
export default parse
|