MCPcopy
hub / github.com/zxlie/FeHelper / u

Function u

apps/crontab/index.js:454–466  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

452 "use strict";
453
454 function u(e) {
455 var t = parseInt(e);
456 switch (20 < t ? t % 10 : t) {
457 case 1:
458 return e + "st";
459 case 2:
460 return e + "nd";
461 case 3:
462 return e + "rd";
463 default:
464 return e + "th"
465 }
466 }
467
468 function i(e, t, n, r) {
469 return "*" === e ? "every " + t : function (e, t, n, r) {

Callers 7

crontabGuruStarterFunction · 0.70
iFunction · 0.70
pFunction · 0.70
mFunction · 0.70
fFunction · 0.70
SFunction · 0.70
aFunction · 0.70

Calls 6

setTimeoutFunction · 0.85
AFunction · 0.70
SFunction · 0.70
fFunction · 0.70
pFunction · 0.70
xFunction · 0.50

Tested by

no test coverage detected