Module
Mustache
- Package
- purescript-mustache
- Repository
- svisser/purescript-mustache
#Token Source
type Token = Array TokenElement
#MustacheEffect Source
data MustacheEffect :: Effect
Effect that represents side effects within mustache.js.
This is used to indicate interactions with the cache in mustache.js.
#clearCache Source
clearCache :: forall e. Eff (mustache :: MustacheEffect | e) Unit
Clear the internal cache used by mustache.js.
- Modules
- Mustache