UNPKG

vuetify-masked

Version:
6 lines (5 loc) 143 B
export function transformChar (c, mask) { if (mask.toUpperCase) c = c.toUpperCase() if (mask.toLowerCase) c = c.toLowerCase() return c }