Source code

Revision control

Copy as Markdown

Other Tools

function _identity(t) {
return t;
}
export { _identity as default };