mirror of
https://github.com/amark/gun.git
synced 2025-06-08 15:16:42 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports=require('../theory')
|
|
('one',function(a){
|
|
return 1;
|
|
}); |