stringify.d.ts 107 B

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