UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

9 lines (8 loc) 185 B
export const fixedTelephoneAry = (save: string | number): string[] => { if (save) { const ary = save.toString().split('|') return ary } else { return ['', '', ''] } }