CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
parse.d.ts10 linesDownload Raw Back to lib
1import { Parser } from './postcss.js'2 3interface Parse extends Parser {4  default: Parse5}6 7declare let parse: Parse8 9export = parse10