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