13 lines
130 B
JavaScript
13 lines
130 B
JavaScript
const ftoc = function() {
|
|
|
|
};
|
|
|
|
const ctof = function() {
|
|
|
|
};
|
|
|
|
// Do not edit below this line
|
|
module.exports = {
|
|
ftoc,
|
|
ctof
|
|
};
|