mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-24 06:14:45 +01:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = function (x) { return x * 100; };
|