mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:08:25 -04:00
5 lines
64 B
JavaScript
5 lines
64 B
JavaScript
"use strict";
|
|
|
|
module.exports = function (i) {
|
|
return i[1];
|
|
}; |