mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-18 14:35:11 +00:00
10 lines
135 B
TypeScript
10 lines
135 B
TypeScript
import { Parser } from './postcss.js'
|
|
|
|
interface Parse extends Parser {
|
|
default: Parse
|
|
}
|
|
|
|
declare const parse: Parse
|
|
|
|
export = parse
|