8 lines
60 B
JavaScript
8 lines
60 B
JavaScript
var t = function (...items) {
|
|
|
|
}
|
|
|
|
function t(...items) {
|
|
|
|
}
|