Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / test / test-79-npm / rechoir / fixture.coffee
63 bytesRaw
1 | module.exports = |
2 | root: Math.sqrt |
3 | cube: (x) -> x * square x |
4 |
Built with git-ssb-web
1 | module.exports = |
2 | root: Math.sqrt |
3 | cube: (x) -> x * square x |
4 |
Built with git-ssb-web