Spaces:
Sleeping
Sleeping
File size: 163 Bytes
08f8699 | 1 2 3 4 5 6 7 8 9 10 | import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare let stringify: Stringify
export = stringify
|