97bc7918f4
This will serve as something to build testing/TypeScript tooling around
8 lines
75 B
JavaScript
8 lines
75 B
JavaScript
'use strict';
|
|
|
|
module.exports = github;
|
|
|
|
function github() {
|
|
// TODO
|
|
}
|