mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 13:01:43 -04:00
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
var convert = require('./convert');
|
|
module.exports = convert(require('../math'));
|