Module

Data.String.HtmlElements

Package
purescript-node-he
Repository
justinwoo/purescript-node-he

#EncodeOptions Source

type EncodeOptions = { allowUnsafeSymbols :: Boolean, decimal :: Boolean, encodeEverything :: Boolean, strict :: Boolean, useNamedReferences :: Boolean }

#DecodeOptions Source

type DecodeOptions = { isAttributeValue :: Boolean, strict :: Boolean }