8 lines
77 B
JavaScript
8 lines
77 B
JavaScript
'use strict';
|
|
|
|
module.exports = backend;
|
|
|
|
function backend() {
|
|
// TODO
|
|
}
|