Module

Data.TemplateLiteral.Unsafe

Package
purescript-template-literals
Repository
nonbili/purescript-template-literals

Same as Data.TemplateLiteral, but without Effect in return type.

#template Source

template :: forall a. EncodeJson (Record a) => String -> Record a -> String

#template' Source

template' :: forall a. String -> Record a -> String