Package

purescript-prettier

Repository
gcanti/purescript-prettier
License
MIT
Uploaded by
gcanti
Published on
2018-05-28T07:42:35Z

PureScript bindings for prettier

import Text.Prettier (defaultOptions, format)

format defaultOptions "const a=1" -- "const a = 1;\n"
Modules
Text.Prettier
Dependencies