import { hello } from './base.ts'; async function handler(name: string): Promise { return await hello(name); } export { handler };