mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-17 21:32:15 +08:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|