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