This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1a87b2caaf
budibase
/
packages
/
string-templates
/
src
/
custom
/
postprocessor.js
7 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Handling undefined/null values in context object for string templates, replacing with empty string.
2021-01-21 14:48:23 +01:00
class
Postprocessor
{
constructor
(
name
,
fn
)
{
this
.
name
=
name
this
.
fn
=
fn
}
}