source:
node_modules/postcss/lib/stringify.d.ts@
2058e5c
| Last change on this file since 2058e5c was 2058e5c, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 165 bytes | |
| Line | |
|---|---|
| 1 | import { Stringifier } from './postcss.js' |
| 2 | |
| 3 | interface Stringify extends Stringifier { |
| 4 | default: Stringify |
| 5 | } |
| 6 | |
| 7 | declare const stringify: Stringify |
| 8 | |
| 9 | export = stringify |
Note:
See TracBrowser
for help on using the repository browser.
