mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-29 09:41:53 +02:00
17 lines
261 B
JavaScript
17 lines
261 B
JavaScript
function t(e, a) {
|
|
switch (arguments.length) {
|
|
case 0:
|
|
break;
|
|
case 1:
|
|
this.range(e);
|
|
break;
|
|
default:
|
|
this.range(a).domain(e);
|
|
break;
|
|
}
|
|
return this;
|
|
}
|
|
export {
|
|
t as i
|
|
};
|
|
//# sourceMappingURL=init-f9637058.js.map
|