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
/
school
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
OverloadYield.js
blob: 0dd12e0124c97329dc3f5f52ddae784c25c15e61 (
plain
)
1
2
3
export
default
function
_OverloadYield
(
value
,
kind
)
{
this
.
v
=
value
,
this
.
k
=
kind
;
}