index
:
github/neamoe.git
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
moe
/
nea89
/
website
/
util.kt
blob: 47c78436ec0605abde4c9f2c1c76e92e0003f5bb (
plain
)
1
2
3
4
5
6
package
moe.nea89.website
fun
<
T
>
dyn
(
init
:
T
.()
->
Unit
):
dynamic
=
js
(
"{}"
).
also
(
init
)