Travis build: 533 [cron]

This commit is contained in:
30secondsofcode
2018-09-26 20:14:02 +00:00
parent 65401e010e
commit a4058f9a2e
3 changed files with 1603 additions and 1604 deletions

View File

@ -1,3 +1,2 @@
const mask = (cc, num = 4, mask = '*') =>
('' + cc).slice(-num).padStart(('' + cc).length, mask);
const mask = (cc, num = 4, mask = '*') => `${cc}`.slice(-num).padStart(`${cc}`.length, mask);
module.exports = mask;

File diff suppressed because it is too large Load Diff