This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
yifan
/
XLJK-api
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
main
Dallar
Biçim İmleri
main
XLJK-api
/
node_modules
/
collect.js
/
dist
/
methods
/
macro.js
macro.js
102 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
'use strict';
module.exports = function macro(name, fn) {
this.constructor.prototype[name] = fn;
};