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