source:
imaps-frontend/node_modules/postcss/lib/parse.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 135 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | import { Parser } from './postcss.js' |
2 | ||
3 | interface Parse extends Parser { | |
4 | default: Parse | |
5 | } | |
6 | ||
7 | declare const parse: Parse | |
8 | ||
9 | export = parse |
Note:
See TracBrowser
for help on using the repository browser.