mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-15 10:11:05 +00:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
"use strict";
|
|
|
|
exports._ = exports._identity = _identity;
|
|
function _identity(x) {
|
|
return x;
|
|
}
|