Package

purescript-prettier

Repository
gcanti/purescript-prettier
License
MIT
Uploaded by
gcanti
Published on
2017-06-25T15:47:52Z

PureScript bindings for prettier

import Text.Prettier (defaultOptions, format)

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