Custom naming

function handle()
{
    console.log('handle');
}
 
export { handle as get };
export { handle as post };