zig-cli/packages/api/lib/api.js

8 lines
84 B
JavaScript

'use strict';
module.exports = api;
function api() {
return 'Hello from api';
}