index
:
pluralconnect
mane
Plural Connect - Formerly Ponycule, a central hub for interconnecting services with PluralKit
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alarm
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
identity.js
blob: a1e7e4cda8d8db38b0552e597c62e112d65bad04 (
plain
)
1
2
3
export
default
function
_identity
(
x
)
{
return
x
;
}