-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Haskell implementation of a javascript minifier
--   
--   Reduces size of javascript files by stripping out extraneous
--   whitespace and other syntactic elements, without changing the
--   semantics.
@package hjsmin
@version 0.2.0.2

module Text.Jasmine
minify :: ByteString -> ByteString
minifym :: ByteString -> Either String ByteString
minifyBb :: ByteString -> Either String Builder
minifyFile :: FilePath -> IO ByteString
