ad1c0c407f
This reverts commit f76e9e108f
.
12 lines
96 B
JavaScript
12 lines
96 B
JavaScript
const ftoc = function() {
|
|
|
|
}
|
|
|
|
const ctof = function() {
|
|
|
|
}
|
|
|
|
module.exports = {
|
|
ftoc,
|
|
ctof
|
|
}
|