lsp-cli 0.1.6

Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal.
1
2
3
export function formatOrder(order) {
  return `${order.customer} has ${order.items.length} items worth ${order.total().toFixed(2)}`;
}