mirror of
https://github.com/amark/gun.git
synced 2026-03-07 09:31:47 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports=require('../theory')
|
|
('one',function(a){
|
|
return 1;
|
|
}); |