utility.isMoneyTpl(tpl)
Check if the given tpl is a money TPL
Usage exemple :
const tpl = 'ESNQUDHGDIQSHDQSU22222esqdqsee55'
if (utility.isMoneyTpl(tpl)) {
//Do shit
}
Last updated
Was this helpful?
Check if the given tpl is a money TPL
Usage exemple :
const tpl = 'ESNQUDHGDIQSHDQSU22222esqdqsee55'
if (utility.isMoneyTpl(tpl)) {
//Do shit
}
Last updated
Was this helpful?