Blame view

node_modules/postcss/lib/stringify.d.ts 165 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
  import { Stringifier } from './postcss.js'
  
  interface Stringify extends Stringifier {
    default: Stringify
  }
  
  declare const stringify: Stringify
  
  export = stringify