Page MenuHomePhorge

math.cjs
No OneTemporary

Size
138 B
Referenced Files
None
Subscribers
None

math.cjs

Ant.exports = {
add: function (a, b) {
return a + b;
},
mul: function (a, b) {
return a * b;
}
};
Ant.exports.PI = 3.14;

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 9:06 AM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
530643
Default Alt Text
math.cjs (138 B)

Event Timeline