mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 19:18:36 +00:00
8 lines
248 B
JavaScript
8 lines
248 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = function (t, a) {
|
||
|
a(t.call("razDwaTRzy4yFoo45My"), "raz-dwa-t-rzy4y-foo45-my");
|
||
|
a(t.call("razDwaTRzy4yFoo45My-"), "raz-dwa-t-rzy4y-foo45-my-");
|
||
|
a(t.call("razDwaTRzy4yFoo45My--"), "raz-dwa-t-rzy4y-foo45-my--");
|
||
|
};
|