Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / src / vendor / postcss / stringify.ts
Size: Mime:
import Stringifier from './stringifier'

export default function stringify(node: any, builder: any) {
  const str = new Stringifier(builder)
  str.stringify(node)
}