add tempConversion

This commit is contained in:
Cody Loyd
2017-08-25 10:27:07 -05:00
parent fe087fdd5c
commit fc9725de7f
5 changed files with 46 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
var ftoc = function() {
}
var ctof = function() {
}
module.exports = {
ftoc,
ctof
}