Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

8 lines
79 B
JavaScript

"use strict";
function _identity(x) {
return x;
}
exports._ = _identity;