blob: 06ad0b4de4b40de7caae2172f94a75dc7de3b5b1 [file] [log] [blame] [edit]
import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify