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