Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / 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