pose / web /node_modules /postcss /lib /stringify.d.ts
amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame
165 Bytes
import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify