stringify.d.ts 107 B

123456
  1. import { Stringifier } from './postcss.js'
  2. declare const stringify: Stringifier
  3. export default stringify