source:
imaps-frontend/node_modules/postcss/lib/stringify.d.ts
Last change on this file was d565449, checked in by , 4 weeks 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.